[rhythmbox] shell: remove 'view all' action remnants



commit 559822ff57081cf4a817ffc24198ff967fd321bb
Author: Jonathan Matthew <jonathan d14n org>
Date:   Mon Mar 4 08:46:48 2013 +1000

    shell: remove 'view all' action remnants

 shell/rb-shell.c |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/shell/rb-shell.c b/shell/rb-shell.c
index 6c34f37..9500a75 100644
--- a/shell/rb-shell.c
+++ b/shell/rb-shell.c
@@ -175,7 +175,6 @@ static void paned_size_allocate_cb (GtkWidget *widget,
                                    GtkAllocation *allocation,
                                    RBShell *shell);
 
-/*static void view_all_action_cb (GSimpleAction *, GVariant *, gpointer);*/
 static void jump_to_playing_action_cb (GSimpleAction *, GVariant *, gpointer);
 static void add_music_action_cb (GAction *action, GVariant *parameter, RBShell *shell);
 static void view_party_mode_changed_cb (GAction *action, GVariant *parameter, RBShell *shell);
@@ -2529,20 +2528,6 @@ jump_to_playing_action_cb (GSimpleAction *action, GVariant *parameters, gpointer
        rb_shell_jump_to_current (shell);
 }
 
-/*
-static void
-view_all_action_cb (GSimpleAction *action, GVariant *parameters, gpointer data)
-{
-       RBShell *shell = RB_SHELL (data);
-       if (RB_IS_SOURCE (shell->priv->selected_page)) {
-               RBSource *source = RB_SOURCE (shell->priv->selected_page);
-               rb_debug ("view all");
-
-               rb_source_reset_filters (source);
-       }
-}
-*/
-
 static void
 rb_shell_jump_to_entry_with_source (RBShell *shell,
                                    RBSource *source,


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