[totem] main: Remove unused clear_playlist_action_callback()



commit 48e467c2c7b87ca837113a0866567de39cad15d1
Author: Bastien Nocera <hadess hadess net>
Date:   Fri May 30 18:46:02 2014 +0200

    main: Remove unused clear_playlist_action_callback()

 src/totem-menu.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/totem-menu.c b/src/totem-menu.c
index c635375..af78389 100644
--- a/src/totem-menu.c
+++ b/src/totem-menu.c
@@ -41,7 +41,6 @@
 G_MODULE_EXPORT void play_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 clear_playlist_action_callback (GtkAction *action, Totem *totem);
 
 static void
 open_action_cb (GSimpleAction *action,
@@ -519,13 +518,6 @@ previous_chapter_action_callback (GtkAction *action, Totem *totem)
 }
 
 void
-clear_playlist_action_callback (GtkAction *action, Totem *totem)
-{
-       totem_playlist_clear (totem->playlist);
-       totem_object_set_mrl (totem, NULL, NULL);
-}
-
-void
 totem_ui_manager_setup (Totem *totem)
 {
        totem->main_action_group = GTK_ACTION_GROUP (gtk_builder_get_object (totem->xml, 
"main-action-group"));


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