changeset 2118:53df92bf1a72

Drop unused variables.
author Laurent Monin <zas@norz.org>
date Thu, 30 Aug 2012 13:44:07 +0200
parents 9cb68d42605c
children 26fe7ae5ab00
files src/collect-table.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/collect-table.c	Thu Aug 30 13:40:13 2012 +0200
+++ b/src/collect-table.c	Thu Aug 30 13:44:07 2012 +0200
@@ -1357,7 +1357,6 @@
 
 static void collection_table_insert_marker(CollectTable *ct, CollectInfo *info, gboolean enable)
 {
-	gint row, col;
 	gboolean after = FALSE;
 	GdkRectangle cell;
 
@@ -1374,9 +1373,6 @@
 	/* 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));