aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-tag-followup.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/message-tag-followup.c')
-rw-r--r--mail/message-tag-followup.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/message-tag-followup.c b/mail/message-tag-followup.c
index 9959f99142..6ccd74459a 100644
--- a/mail/message-tag-followup.c
+++ b/mail/message-tag-followup.c
@@ -49,7 +49,6 @@ static void message_tag_followup_finalise (GObject *obj);
static CamelTag *get_tag_list (MessageTagEditor *editor);
static void set_tag_list (MessageTagEditor *editor, CamelTag *tags);
-
#define DEFAULT_FLAG 2 /* Follow-Up */
static const gchar *available_flags[] = {
N_("Call"),
@@ -67,10 +66,8 @@ static const gchar *available_flags[] = {
static gint num_available_flags = sizeof (available_flags) / sizeof (available_flags[0]);
-
static MessageTagEditorClass *parent_class = NULL;
-
GType
message_tag_followup_get_type (void)
{
@@ -119,7 +116,6 @@ message_tag_followup_init (MessageTagFollowUp *editor)
editor->completed_date = 0;
}
-
static void
message_tag_followup_finalise (GObject *obj)
{
@@ -130,7 +126,6 @@ message_tag_followup_finalise (GObject *obj)
G_OBJECT_CLASS (parent_class)->finalize (obj);
}
-
static CamelTag *
get_tag_list (MessageTagEditor *editor)
{