[totem] main: Remove unused GtkAction handler
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] main: Remove unused GtkAction handler
- Date: Tue, 14 May 2013 17:04:36 +0000 (UTC)
commit 6cc382dddc98b71208e6a4b31034daa21aaf222b
Author: Bastien Nocera <hadess hadess net>
Date: Tue May 14 18:54:16 2013 +0200
main: Remove unused GtkAction handler
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 a9efefb..74aca1c 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)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]