aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-01-25 11:16:39 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-01-25 11:16:39 +0800
commit49c9c0b03b54d40c3925d844548a37f123cf9751 (patch)
treeb3206bb403ae41ca90d82f140936670a66efbede /mail
parentcc516b2f0ecd792c498f04ad1d075e360c6e7796 (diff)
downloadgsoc2013-evolution-49c9c0b03b54d40c3925d844548a37f123cf9751.tar
gsoc2013-evolution-49c9c0b03b54d40c3925d844548a37f123cf9751.tar.gz
gsoc2013-evolution-49c9c0b03b54d40c3925d844548a37f123cf9751.tar.bz2
gsoc2013-evolution-49c9c0b03b54d40c3925d844548a37f123cf9751.tar.lz
gsoc2013-evolution-49c9c0b03b54d40c3925d844548a37f123cf9751.tar.xz
gsoc2013-evolution-49c9c0b03b54d40c3925d844548a37f123cf9751.tar.zst
gsoc2013-evolution-49c9c0b03b54d40c3925d844548a37f123cf9751.zip
emae_receive_options_extra_item: Remove unused CamelURL.
Diffstat (limited to 'mail')
-rw-r--r--mail/em-account-editor.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index ffcc637a84..0e5c948ba8 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -3507,7 +3507,6 @@ emae_receive_options_extra_item (EConfig *ec,
CamelProviderConfEntry *entries;
guint row;
GHashTable *extra;
- CamelURL *url;
const gchar *section_name;
gint ii;
@@ -3544,8 +3543,6 @@ emae_receive_options_extra_item (EConfig *ec,
section:
d (printf ("Building extra section '%s'\n", eitem->path));
widget = NULL;
- url = emae_account_url (
- emae, emae_service_info[service->type].account_uri_key);
item->extra_table = g_hash_table_new (g_str_hash, g_str_equal);
extra = g_hash_table_new (g_str_hash, g_str_equal);
@@ -3658,8 +3655,6 @@ section:
}
}
- camel_url_free (url);
-
if (widget != NULL)
gtk_widget_show (widget);