From c75f58d01bb7bbe139cd73a85894dc5f50185816 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 18 Nov 2011 09:58:44 -0500 Subject: Fix compiler warnings. --- em-format/em-format.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'em-format/em-format.c') 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; -- cgit v1.2.3