Drop unused variables.
authorLaurent Monin <zas@norz.org>
Thu, 30 Aug 2012 11:44:07 +0000 (13:44 +0200)
committerLaurent Monin <zas@norz.org>
Thu, 30 Aug 2012 11:44:07 +0000 (13:44 +0200)
src/collect-table.c

index 6ebf405..41d1a64 100644 (file)
@@ -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));