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
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:06 +0800
commitc7398b967e885e3f0e371ff197a53bc8f7b974db (patch)
tree1d2641b3e89ff8c8808c2a161371df20701ec950 /mail/em-account-editor.c
parentfc1034551ed2daf3040851e818b2798c3c58f4f9 (diff)
downloadgsoc2013-evolution-c7398b967e885e3f0e371ff197a53bc8f7b974db.tar
gsoc2013-evolution-c7398b967e885e3f0e371ff197a53bc8f7b974db.tar.gz
gsoc2013-evolution-c7398b967e885e3f0e371ff197a53bc8f7b974db.tar.bz2
gsoc2013-evolution-c7398b967e885e3f0e371ff197a53bc8f7b974db.tar.lz
gsoc2013-evolution-c7398b967e885e3f0e371ff197a53bc8f7b974db.tar.xz
gsoc2013-evolution-c7398b967e885e3f0e371ff197a53bc8f7b974db.tar.zst
gsoc2013-evolution-c7398b967e885e3f0e371ff197a53bc8f7b974db.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),