Drop unused variable.
authorLaurent Monin <geeqie@norz.org>
Thu, 3 Apr 2008 20:40:15 +0000 (20:40 +0000)
committerLaurent Monin <geeqie@norz.org>
Thu, 3 Apr 2008 20:40:15 +0000 (20:40 +0000)
src/collect-io.c

index f1da961..2df5e85 100644 (file)
@@ -528,8 +528,6 @@ static CollectManagerEntry *collect_manager_entry_new(const gchar *path)
 
 static void collect_manager_entry_free(CollectManagerEntry *entry)
 {
-       GList *work;
-
        collection_manager_entry_list = g_list_remove(collection_manager_entry_list, entry);
 
        collect_manager_entry_free_data(entry);