diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-01-25 11:16:39 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-01-25 11:16:39 +0800 |
commit | 49c9c0b03b54d40c3925d844548a37f123cf9751 (patch) | |
tree | b3206bb403ae41ca90d82f140936670a66efbede /mail/em-account-editor.c | |
parent | cc516b2f0ecd792c498f04ad1d075e360c6e7796 (diff) | |
download | gsoc2013-evolution-49c9c0b03b54d40c3925d844548a37f123cf9751.tar.gz gsoc2013-evolution-49c9c0b03b54d40c3925d844548a37f123cf9751.tar.zst gsoc2013-evolution-49c9c0b03b54d40c3925d844548a37f123cf9751.zip |
emae_receive_options_extra_item: Remove unused CamelURL.
Diffstat (limited to 'mail/em-account-editor.c')
-rw-r--r-- | mail/em-account-editor.c | 5 |
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); |