From b8a932ae1e8b10344525ae2a5a78894e98ac2540 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 3 May 2011 10:45:46 -0400 Subject: Fix compiler warnings. Mostly dead assignments. --- plugins/itip-formatter/itip-formatter.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins') diff --git a/plugins/itip-formatter/itip-formatter.c b/plugins/itip-formatter/itip-formatter.c index 96dadab0ea..d93f2f5384 100644 --- a/plugins/itip-formatter/itip-formatter.c +++ b/plugins/itip-formatter/itip-formatter.c @@ -2260,7 +2260,6 @@ in_proper_folder (CamelFolder *folder) EMailBackend *backend; EMailSession *session; MailFolderCache *folder_cache; - const gchar *folder_uri; gboolean res = TRUE; gint flags = 0; @@ -2273,8 +2272,6 @@ in_proper_folder (CamelFolder *folder) session = e_mail_backend_get_session (backend); folder_cache = e_mail_session_get_folder_cache (session); - folder_uri = camel_folder_get_uri (folder); - if (mail_folder_cache_get_folder_info_flags (folder_cache, folder, &flags)) { /* it should be neither trash nor junk folder, */ res = ((flags & CAMEL_FOLDER_TYPE_TRASH) != CAMEL_FOLDER_TYPE_TRASH && -- cgit v1.2.3