SF.net SVN: geany-plugins:[2192] trunk/geany-plugins/debugger/src/bptree.c

cesspit at users.sourceforge.net cesspit at xxxxx
Sat Sep 3 20:21:11 UTC 2011


Revision: 2192
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2192&view=rev
Author:   cesspit
Date:     2011-09-03 20:21:10 +0000 (Sat, 03 Sep 2011)
Log Message:
-----------
debugger: warnings

Modified Paths:
--------------
    trunk/geany-plugins/debugger/src/bptree.c

Modified: trunk/geany-plugins/debugger/src/bptree.c
===================================================================
--- trunk/geany-plugins/debugger/src/bptree.c	2011-09-03 20:16:45 UTC (rev 2191)
+++ trunk/geany-plugins/debugger/src/bptree.c	2011-09-03 20:21:10 UTC (rev 2192)
@@ -412,7 +412,7 @@
 		/* "delete selected rows" */
 
 		/* path to select after deleteing finishes */
-		GtkTreeRowReference *reference_to_select = NULL;
+		//GtkTreeRowReference *reference_to_select = NULL;
 
 		/* get references to rows to keep references actual when altering model */
 		GList *references = NULL;
@@ -466,7 +466,7 @@
 		iter = references;
 		while (iter)
 		{
-			GtkTreePath *path = (GtkTreePath*)iter->data;
+			//GtkTreePath *path = (GtkTreePath*)iter->data;
 			if (FALSE)//1 == gtk_tree_path_get_depth(path))
 			{
 			}

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Plugins-Commits mailing list