[totem] main: Remove unused skip_{forward,backward}()



commit 0a001b311a565210b61a974c54661a0cc5bd88f7
Author: Bastien Nocera <hadess hadess net>
Date:   Fri May 10 17:21:32 2013 +0200

    main: Remove unused skip_{forward,backward}()

 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 d620423..ac791fb 100644
--- a/src/totem-menu.c
+++ b/src/totem-menu.c
@@ -48,8 +48,6 @@ G_MODULE_EXPORT void quit_action_callback (GtkAction *action, Totem *totem);
 G_MODULE_EXPORT void next_angle_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 skip_forward_action_callback (GtkAction *action, Totem *totem);
-G_MODULE_EXPORT void skip_backwards_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);
@@ -573,18 +571,6 @@ previous_chapter_action_callback (GtkAction *action, Totem *totem)
 }
 
 void
-skip_forward_action_callback (GtkAction *action, Totem *totem)
-{
-       totem_object_action_seek_relative (totem, SEEK_FORWARD_OFFSET * 1000, FALSE);
-}
-
-void
-skip_backwards_action_callback (GtkAction *action, Totem *totem)
-{
-       totem_object_action_seek_relative (totem, SEEK_BACKWARD_OFFSET * 1000, FALSE);
-}
-
-void
 volume_up_action_callback (GtkAction *action, Totem *totem)
 {
        totem_action_volume_relative (totem, VOLUME_UP_OFFSET);


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