Fix #753: Various cleanups based on gcc warnings
[geeqie.git] / src / menu.c
index a83f08c..64f6fa2 100644 (file)
@@ -436,7 +436,6 @@ static void add_collection_list(GtkWidget *menu, GCallback func,
 {
        GList *work;
        gint index = 0; /* index to existing collection list menu item selected */
-       GtkWidget *item;
 
        work = collection_list;
        while (work)