[totem] main: Remove dead menu code



commit d7147dbf3ff7a1abb18848105ff06f6f51d242ff
Author: Bastien Nocera <hadess hadess net>
Date:   Tue May 14 18:35:51 2013 +0200

    main: Remove dead menu code
    
    The volume up/down menu items are gone.

 src/totem-menu.c |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/src/totem-menu.c b/src/totem-menu.c
index f86e602..3980fac 100644
--- a/src/totem-menu.c
+++ b/src/totem-menu.c
@@ -45,8 +45,6 @@ G_MODULE_EXPORT void play_action_callback (GtkAction *action, Totem *totem);
 G_MODULE_EXPORT void quit_action_callback (GtkAction *action, Totem *totem);
 G_MODULE_EXPORT void next_chapter_action_callback (GtkAction *action, Totem *totem);
 G_MODULE_EXPORT void previous_chapter_action_callback (GtkAction *action, Totem *totem);
-G_MODULE_EXPORT void volume_up_action_callback (GtkAction *action, Totem *totem);
-G_MODULE_EXPORT void volume_down_action_callback (GtkAction *action, Totem *totem);
 G_MODULE_EXPORT void show_sidebar_action_callback (GtkToggleAction *action, Totem *totem);
 G_MODULE_EXPORT void select_subtitle_action_callback (GtkAction *action, Totem *totem);
 G_MODULE_EXPORT void clear_playlist_action_callback (GtkAction *action, Totem *totem);
@@ -588,18 +586,6 @@ previous_chapter_action_callback (GtkAction *action, Totem *totem)
 }
 
 void
-volume_up_action_callback (GtkAction *action, Totem *totem)
-{
-       totem_action_volume_relative (totem, VOLUME_UP_OFFSET);
-}
-
-void
-volume_down_action_callback (GtkAction *action, Totem *totem)
-{
-       totem_action_volume_relative (totem, VOLUME_DOWN_OFFSET);
-}
-
-void
 show_sidebar_action_callback (GtkToggleAction *action, Totem *totem)
 {
        if (totem_object_is_fullscreen (totem))


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