[evolution] emae_receive_options_extra_item: Remove unused CamelURL.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] emae_receive_options_extra_item: Remove unused CamelURL.
- Date: Wed, 25 Jan 2012 03:17:09 +0000 (UTC)
commit 49c9c0b03b54d40c3925d844548a37f123cf9751
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue Jan 24 22:16:39 2012 -0500
emae_receive_options_extra_item: Remove unused CamelURL.
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 ffcc637..0e5c948 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]