[rhythmbox] rb-shell-player: Remove unused variable



commit 83e010cb62560e4d02a566f10f58bac631ca0beb
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Feb 5 03:48:03 2011 +0000

    rb-shell-player: Remove unused variable

 shell/rb-shell-player.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/shell/rb-shell-player.c b/shell/rb-shell-player.c
index 946b119..c3edf76 100644
--- a/shell/rb-shell-player.c
+++ b/shell/rb-shell-player.c
@@ -3042,7 +3042,6 @@ rb_shell_player_sync_buttons (RBShellPlayer *player)
 	GtkAction *action;
 	RBSource *source;
 	gboolean not_small;
-	gboolean playing_from_queue;
 	RBEntryView *view;
 	int entry_view_state;
 	RhythmDBEntry *entry;
@@ -3059,8 +3058,6 @@ rb_shell_player_sync_buttons (RBShellPlayer *player)
 
 	source = (entry == NULL) ? player->priv->selected_source : player->priv->current_playing_source;
 
-	playing_from_queue = (source == RB_SOURCE (player->priv->queue_source));
-
 	rb_debug ("syncing with source %p", source);
 
         not_small = !eel_gconf_get_boolean (CONF_UI_SMALL_DISPLAY);



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