summaryrefslogtreecommitdiff
path: root/src/totem.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-03-19 10:15:49 +0100
committerBastien Nocera <hadess@hadess.net>2013-03-19 10:15:49 +0100
commit391afe8850f312f81e663cd7cc34f9810b8a58e5 (patch)
treecbd59a7332cfe195b30d3c2c1d7fde69c3e857fe /src/totem.h
parentec1cd86518546c1c1928044a3a6427c94e865d43 (diff)
downloadtotem-391afe8850f312f81e663cd7cc34f9810b8a58e5.tar.gz
main: Make totem_action_toggle_aspect_ratio() private
The functionality is still accessible through totem_object_action_remote().
Diffstat (limited to 'src/totem.h')
-rw-r--r--src/totem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/totem.h b/src/totem.h
index 384af1d98..f58c7958c 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -194,7 +194,6 @@ void totem_action_set_mrl_and_play (TotemObject *totem,
const char *mrl,
const char *subtitle);
-void totem_action_toggle_aspect_ratio (TotemObject *totem);
void totem_action_set_aspect_ratio (TotemObject *totem, int ratio);
int totem_action_get_aspect_ratio (TotemObject *totem);
void totem_object_action_next_angle (TotemObject *totem);