aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-03 22:45:46 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-05-03 22:45:46 +0800
commitb8a932ae1e8b10344525ae2a5a78894e98ac2540 (patch)
tree7dddb8d73d31144a2b0ee88f9986c4d043e88219 /mail/em-account-editor.c
parentc3b983d6e12e218b6f908cf263e7e08570332d6a (diff)
downloadgsoc2013-evolution-b8a932ae1e8b10344525ae2a5a78894e98ac2540.tar.gz
gsoc2013-evolution-b8a932ae1e8b10344525ae2a5a78894e98ac2540.tar.zst
gsoc2013-evolution-b8a932ae1e8b10344525ae2a5a78894e98ac2540.zip
Fix compiler warnings.
Mostly dead assignments.
Diffstat (limited to 'mail/em-account-editor.c')
-rw-r--r--mail/em-account-editor.c3
1 files changed, 0 insertions, 3 deletions
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),