diff options
author | Bastien Nocera <hadess@hadess.net> | 2013-05-14 18:54:16 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2013-05-14 18:54:16 +0200 |
commit | 6cc382dddc98b71208e6a4b31034daa21aaf222b (patch) | |
tree | c53bbddd7132b6fa8380f1aeca3cae67c4fd3698 /src/totem-menu.c | |
parent | 072a11e292624f7233a0d868c32768a23cbfae91 (diff) | |
download | totem-6cc382dddc98b71208e6a4b31034daa21aaf222b.tar.gz |
main: Remove unused GtkAction handler
Diffstat (limited to 'src/totem-menu.c')
-rw-r--r-- | src/totem-menu.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/totem-menu.c b/src/totem-menu.c index a9efefb4c..74aca1c16 100644 --- a/src/totem-menu.c +++ b/src/totem-menu.c @@ -40,7 +40,6 @@ /* Callback functions for GtkBuilder */ 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 show_sidebar_action_callback (GtkToggleAction *action, Totem *totem); @@ -558,12 +557,6 @@ play_action_callback (GtkAction *action, Totem *totem) totem_object_action_play_pause (totem); } -G_GNUC_NORETURN void -quit_action_callback (GtkAction *action, Totem *totem) -{ - totem_object_action_exit (totem); -} - void select_subtitle_action_callback (GtkAction *action, Totem *totem) { |