From 2c31a5bc23cf5a092c0621bf34554ffb2b6ae2ec Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Tue, 8 Feb 2011 11:57:50 -0500 Subject: Bug 641756 - Fix warnings from GCC 4.6 GCC learned how to find dead assignments. --- mail/em-account-editor.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mail/em-account-editor.c') diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index 0a74e6b3b8..747fd664da 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -799,14 +799,9 @@ emae_signaturetype_changed (GtkComboBox *dropdown, EMAccountEditor *emae) static void emae_signature_new (GtkWidget *widget, EMAccountEditor *emae) { - EShell *shell; - EShellSettings *shell_settings; GtkWidget *editor; gpointer parent; - shell = e_shell_get_default (); - shell_settings = e_shell_get_shell_settings (shell); - parent = gtk_widget_get_toplevel (widget); parent = gtk_widget_is_toplevel (parent) ? parent : NULL; -- cgit v1.2.3