aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-utils.c')
-rw-r--r--mail/em-utils.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c
index 1e285bc351..b1cc782b4c 100644
--- a/mail/em-utils.c
+++ b/mail/em-utils.c
@@ -73,7 +73,6 @@
#include "e-util/e-dialog-utils.h"
#include "e-util/e-error.h"
-
#include "em-utils.h"
#include "em-composer-utils.h"
#include "em-folder-view.h"
@@ -354,7 +353,6 @@ em_filename_make_safe (gchar *string)
}
}
-
/* Saving messages... */
static const gchar *
@@ -543,7 +541,6 @@ exit:
gtk_widget_destroy (file_chooser);
}
-
/**
* em_utils_save_part_to_file:
* @parent: parent window
@@ -2353,7 +2350,6 @@ em_utils_snoop_type(CamelMimePart *part)
} else
res = name_type;
-
if (res != name_type)
g_free (name_type);
@@ -2404,7 +2400,6 @@ em_utils_clear_get_password_canceled_accounts_flag (void)
}
}
-
static void error_response(GtkObject *o, gint button, gpointer data)
{
gtk_widget_destroy((GtkWidget *)o);