[rhythmbox] rb-shell: Remove unused variable



commit 298edac7420e2501ac3ff198f8167c66857106d9
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Feb 5 03:49:22 2011 +0000

    rb-shell: Remove unused variable

 shell/rb-shell.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/shell/rb-shell.c b/shell/rb-shell.c
index cd6941e..f67f007 100644
--- a/shell/rb-shell.c
+++ b/shell/rb-shell.c
@@ -2797,7 +2797,6 @@ rb_shell_sync_smalldisplay (RBShell *shell)
 	GtkAction *queue_action;
 	GtkAction *party_mode_action;
 	GtkAction *jump_to_playing_action;
-	GtkWidget *toolbar;
 
 	rb_shell_sync_window_state (shell, FALSE);
 
@@ -2810,8 +2809,6 @@ rb_shell_sync_smalldisplay (RBShell *shell)
 	jump_to_playing_action = gtk_action_group_get_action (shell->priv->actiongroup,
 							      "ViewJumpToPlaying");
 
-	toolbar = gtk_ui_manager_get_widget (shell->priv->ui_manager, "/ToolBar");
-
 	if (shell->priv->window_small) {
 		g_object_set (action, "sensitive", FALSE, NULL);
 		g_object_set (queue_action, "sensitive", FALSE, NULL);



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