From b8a932ae1e8b10344525ae2a5a78894e98ac2540 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 3 May 2011 10:45:46 -0400 Subject: Fix compiler warnings. Mostly dead assignments. --- mail/em-account-editor.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'mail/em-account-editor.c') diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index e720fb81ed..5147b65635 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -1997,7 +1997,6 @@ emae_check_authtype (GtkWidget *w, EMailSession *session; EAccount *account; GtkWidget *editor; - const gchar *uri; gchar *uid; account = em_account_editor_get_modified_account (emae); @@ -2005,8 +2004,6 @@ emae_check_authtype (GtkWidget *w, session = em_account_editor_get_session (emae); - /* TODO: do we need to remove the auth mechanism from the uri? */ - uri = e_account_get_string (account, emae_service_info[service->type].account_uri_key); g_object_ref (emae); service->check_dialog = e_alert_dialog_new_for_args (editor ? (GtkWindow *)gtk_widget_get_toplevel (editor) : (GtkWindow *)gtk_widget_get_toplevel (w), -- cgit v1.2.3