[gnome-utils] [baobab] remove unused variable



commit ba3a23b8b29f2443e2284193960c753c374a22f4
Author: Paolo Borelli <pborelli gnome org>
Date:   Sat Nov 6 00:47:07 2010 +0100

    [baobab] remove unused variable

 baobab/src/baobab-utils.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/baobab/src/baobab-utils.c b/baobab/src/baobab-utils.c
index 9f1990c..49bf16e 100644
--- a/baobab/src/baobab-utils.c
+++ b/baobab/src/baobab-utils.c
@@ -319,10 +319,6 @@ void
 popupmenu_list (GtkTreePath *path, GdkEventButton *event, gboolean can_trash)
 {
 	GtkWidget *pmenu;
-	gchar *path_to_string;
-
-	/* path_to_string is freed in callback function */
-	path_to_string = gtk_tree_path_to_string (path);
 
 	pmenu = gtk_menu_new ();
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]