diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-11-18 22:58:44 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-11-23 03:34:11 +0800 |
commit | c75f58d01bb7bbe139cd73a85894dc5f50185816 (patch) | |
tree | a7ed07daa233b004c1ee8a6a39839a8a2d39b597 /em-format/em-format.c | |
parent | 03c039c098314b94767a2ec81b73c40fb4cbc168 (diff) | |
download | gsoc2013-evolution-c75f58d01bb7bbe139cd73a85894dc5f50185816.tar.gz gsoc2013-evolution-c75f58d01bb7bbe139cd73a85894dc5f50185816.tar.zst gsoc2013-evolution-c75f58d01bb7bbe139cd73a85894dc5f50185816.zip |
Fix compiler warnings.
Diffstat (limited to 'em-format/em-format.c')
-rw-r--r-- | em-format/em-format.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/em-format/em-format.c b/em-format/em-format.c index b83d39e6b9..4647a70a79 100644 --- a/em-format/em-format.c +++ b/em-format/em-format.c @@ -1363,7 +1363,6 @@ em_format_format_text (EMFormat *emf, const gchar *charset = NULL; CamelMimeFilterWindows *windows = NULL; CamelStream *mem_stream = NULL; - const gchar *key; gsize size; gsize max; GSettings *settings; @@ -1413,7 +1412,6 @@ em_format_format_text (EMFormat *emf, settings = g_settings_new ("org.gnome.evolution.mail"); if (g_settings_get_boolean (settings, "force-message-limit")) { - key = "/apps/evolution/mail/display/message_text_part_limit"; max = g_settings_get_int (settings, "message-text-part-limit"); if (max == 0) max = -1; |