diff options
author | Milan Crha <mcrha@redhat.com> | 2008-04-29 16:41:43 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-04-29 16:41:43 +0800 |
commit | 0f1e50fde2b2a4480daf8cbf6e5d746dc3db50fc (patch) | |
tree | ffbf4b6d24b388cce5bdb80fab9b191b7039addf /mail/em-utils.c | |
parent | 7acaf0f527da269a34bf404647cde27f93c08d78 (diff) | |
download | gsoc2013-evolution-0f1e50fde2b2a4480daf8cbf6e5d746dc3db50fc.tar.gz gsoc2013-evolution-0f1e50fde2b2a4480daf8cbf6e5d746dc3db50fc.tar.zst gsoc2013-evolution-0f1e50fde2b2a4480daf8cbf6e5d746dc3db50fc.zip |
Fixes compiler warning (unused variable).
2008-04-29 Milan Crha <mcrha@redhat.com>
* em-utils.c: (em_utils_snoop_type):
Fixes compiler warning (unused variable).
svn path=/trunk/; revision=35439
Diffstat (limited to 'mail/em-utils.c')
-rw-r--r-- | mail/em-utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |