summaryrefslogtreecommitdiff
path: root/src/plugins/todo-txt/gtd-plugin-todo-txt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/todo-txt/gtd-plugin-todo-txt.h')
-rw-r--r--src/plugins/todo-txt/gtd-plugin-todo-txt.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/todo-txt/gtd-plugin-todo-txt.h b/src/plugins/todo-txt/gtd-plugin-todo-txt.h
index 2120ce84..2b520214 100644
--- a/src/plugins/todo-txt/gtd-plugin-todo-txt.h
+++ b/src/plugins/todo-txt/gtd-plugin-todo-txt.h
@@ -1,6 +1,6 @@
/* gtd-todo-txt-plugin.h
*
- * Copyright (C) 2016 Rohit Kaushik <kaushikrohit325@gmail.com>
+ * Copyright (C) 2022 Jamie Murphy <hello@itsjamie.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -26,11 +26,8 @@
G_BEGIN_DECLS
#define GTD_TYPE_PLUGIN_TODO_TXT (gtd_plugin_todo_txt_get_type())
-
G_DECLARE_FINAL_TYPE (GtdPluginTodoTxt, gtd_plugin_todo_txt, GTD, PLUGIN_TODO_TXT, PeasExtensionBase)
-G_MODULE_EXPORT void gtd_plugin_todo_txt_register_types (PeasObjectModule *module);
-
G_END_DECLS
#endif /* GTD_TODO_TXT_PLUGIN_H */