[rhythmbox] rb-tree-dnd: Remove unused variable



commit 7fcb01a19b30d42a36f41e1220762411bae6c2c8
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Feb 5 03:27:48 2011 +0000

    rb-tree-dnd: Remove unused variable

 lib/rb-tree-dnd.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/lib/rb-tree-dnd.c b/lib/rb-tree-dnd.c
index ed20ce8..df34ae1 100644
--- a/lib/rb-tree-dnd.c
+++ b/lib/rb-tree-dnd.c
@@ -687,7 +687,6 @@ rb_tree_dnd_drag_motion_cb (GtkWidget        *widget,
 {
 	GtkTreeView *tree_view;
 	GtkTreePath *path = NULL;
-	GtkTreeModel *model;
 	GtkTreeViewDropPosition pos;
 	RbTreeDndData *priv_data;
 	GdkDragAction action;
@@ -695,7 +694,6 @@ rb_tree_dnd_drag_motion_cb (GtkWidget        *widget,
 	rb_debug ("drag and drop motion: (%i,%i)", x, y);
 
   	tree_view = GTK_TREE_VIEW (widget);
-	model = gtk_tree_view_get_model (tree_view);
 
 	priv_data = g_object_get_data (G_OBJECT (widget), RB_TREE_DND_STRING);
 



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