summaryrefslogtreecommitdiff
path: root/src/totem-menu.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-05-30 18:46:02 +0200
committerBastien Nocera <hadess@hadess.net>2014-05-30 18:46:02 +0200
commit48e467c2c7b87ca837113a0866567de39cad15d1 (patch)
treef7cf509973ab3c670b29f7947bdc0277f404f33f /src/totem-menu.c
parent4f4c9d9277cd3e412500f489e0c8870775e033f7 (diff)
downloadtotem-48e467c2c7b87ca837113a0866567de39cad15d1.tar.gz
main: Remove unused clear_playlist_action_callback()
Diffstat (limited to 'src/totem-menu.c')
-rw-r--r--src/totem-menu.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/totem-menu.c b/src/totem-menu.c
index c63537551..af7838918 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"));