summaryrefslogtreecommitdiff
path: root/src/totem-menu.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-01-24 16:58:15 +0100
committerBastien Nocera <hadess@hadess.net>2014-01-24 17:09:18 +0100
commit2f57b558b1103a6825130c1d3c18bb4239626eec (patch)
treeab4f9cbaac7a4bb8fa66f01175be477ca92d520e /src/totem-menu.c
parent00e3a13b70addd6c190ad7193b1adcb159f9ef88 (diff)
downloadtotem-2f57b558b1103a6825130c1d3c18bb4239626eec.tar.gz
main: Remove last bits of Properties in main
Diffstat (limited to 'src/totem-menu.c')
-rw-r--r--src/totem-menu.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/totem-menu.c b/src/totem-menu.c
index 21fd61c85..6aff5dba8 100644
--- a/src/totem-menu.c
+++ b/src/totem-menu.c
@@ -235,14 +235,6 @@ next_angle_action_cb (GSimpleAction *action,
}
static void
-properties_action_cb (GSimpleAction *action,
- GVariant *parameter,
- gpointer user_data)
-{
- totem_object_show_properties (TOTEM_OBJECT (user_data));
-}
-
-static void
eject_action_cb (GSimpleAction *action,
GVariant *parameter,
gpointer user_data)
@@ -283,7 +275,6 @@ static GActionEntry app_entries[] = {
{ "aspect-ratio", list_action_cb, "i", "0", aspect_ratio_change_state },
{ "zoom", toggle_action_cb, NULL, "false", zoom_action_change_state },
{ "next-angle", next_angle_action_cb, NULL, NULL, NULL },
- { "properties", properties_action_cb, NULL, NULL, NULL },
{ "eject", eject_action_cb, NULL, NULL, NULL },
};