From: Laurent Monin Date: Thu, 30 Aug 2012 11:44:07 +0000 (+0200) Subject: Drop unused variables. X-Git-Tag: v1.2~88 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=a88879d1eb413ede6937b6a354da5a4ce581ad9c Drop unused variables. --- diff --git a/src/collect-table.c b/src/collect-table.c index 6ebf4054..41d1a641 100644 --- a/src/collect-table.c +++ b/src/collect-table.c @@ -1357,7 +1357,6 @@ static CollectInfo *collection_table_insert_point(CollectTable *ct, gint x, gint static void collection_table_insert_marker(CollectTable *ct, CollectInfo *info, gboolean enable) { - gint row, col; gboolean after = FALSE; GdkRectangle cell; @@ -1374,9 +1373,6 @@ static void collection_table_insert_marker(CollectTable *ct, CollectInfo *info, /* this setting does not take into account (after), but since it is not really used... */ ct->marker_info = info; - row = -1; - col = -1; - if (!ct->marker_window) { GdkWindow *parent = gtk_tree_view_get_bin_window(GTK_TREE_VIEW(ct->listview));