Remove some stuff that is throwing errors in gcc-7
[geeqie.git] / src / collect-table.c
index 75be016..2dd3b16 100644 (file)
@@ -803,8 +803,6 @@ static void collection_table_popup_select_invert_cb(GtkWidget *widget, gpointer
 
 static void collection_table_popup_rectangular_selection_cb(GtkWidget *widget, gpointer data)
 {
-       CollectTable *ct = data;
-
        options->collections.rectangular_selection = !(options->collections.rectangular_selection);
 }