[rhythmbox] rb-plugin-manager: Remove unused variable



commit 7e0a92b738fea251d74fe0df550ed4110c262c00
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Feb 5 03:47:22 2011 +0000

    rb-plugin-manager: Remove unused variable

 shell/rb-plugin-manager.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/shell/rb-plugin-manager.c b/shell/rb-plugin-manager.c
index 90387a3..aaca412 100644
--- a/shell/rb-plugin-manager.c
+++ b/shell/rb-plugin-manager.c
@@ -163,13 +163,11 @@ cursor_changed_cb (GtkTreeSelection *selection,
 		   gpointer     data)
 {
 	RBPluginManager *pm = data;
-	GtkTreeView *view;
 	RBPluginInfo *info;
 	char *string;
 	GdkPixbuf *icon;
 	const gchar **authors;
 
-	view = gtk_tree_selection_get_tree_view (selection);
 	info = plugin_manager_get_selected_plugin (pm);
 	if (info == NULL) {
 		return;



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