Fix compilation warning: Remove unused function
authorJavier Jardón <jjardon@gnome.org>
Sun, 15 Nov 2009 23:33:07 +0000 (00:33 +0100)
committerJavier Jardón <jjardon@gnome.org>
Tue, 17 Nov 2009 19:44:10 +0000 (20:44 +0100)
gio/xdgmime/xdgmimecache.c

index 43cda89..91c8a07 100644 (file)
@@ -624,7 +624,6 @@ cache_glob_lookup_file_name (const char *file_name,
   int i;
   int len;
   char *lower_case;
-  int try_lower_case;
 
   assert (file_name != NULL && n_mime_types > 0);