From 0f1e50fde2b2a4480daf8cbf6e5d746dc3db50fc Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 29 Apr 2008 08:41:43 +0000 Subject: Fixes compiler warning (unused variable). 2008-04-29 Milan Crha * em-utils.c: (em_utils_snoop_type): Fixes compiler warning (unused variable). svn path=/trunk/; revision=35439 --- mail/ChangeLog | 5 +++++ mail/em-utils.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 8941a49d22..73a7c48244 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2008-04-29 Milan Crha + + * em-utils.c: (em_utils_snoop_type): + Fixes compiler warning (unused variable). + 2008-04-29 Milan Crha ** Fix for bug #511337 diff --git a/mail/em-utils.c b/mail/em-utils.c index 5efa38a9cc..7258581aa3 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -2240,7 +2240,6 @@ em_utils_snoop_type(CamelMimePart *part) * that instead and if it returns "application/octet-stream" * try to do better with the filename check. */ - CamelStream *mem; if (magic_type) { if (name_type -- cgit v1.2.3