aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-tag-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/message-tag-editor.c')
-rw-r--r--mail/message-tag-editor.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/message-tag-editor.c b/mail/message-tag-editor.c
index d3a1d15bfe..1936cd8717 100644
--- a/mail/message-tag-editor.c
+++ b/mail/message-tag-editor.c
@@ -21,7 +21,6 @@
*
*/
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
@@ -86,7 +85,6 @@ message_tag_editor_init (MessageTagEditor *editor)
gtk_dialog_set_default_response (GTK_DIALOG (editor), GTK_RESPONSE_OK);
}
-
static void
message_tag_editor_finalise (GObject *obj)
{
@@ -109,7 +107,6 @@ message_tag_editor_get_tag_list (MessageTagEditor *editor)
return MESSAGE_TAG_EDITOR_GET_CLASS (editor)->get_tag_list (editor);
}
-
static void
set_tag_list (MessageTagEditor *editor, CamelTag *tags)
{