diff options
author | Bastien Nocera <hadess@hadess.net> | 2013-03-19 10:15:49 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2013-03-19 10:15:49 +0100 |
commit | 391afe8850f312f81e663cd7cc34f9810b8a58e5 (patch) | |
tree | cbd59a7332cfe195b30d3c2c1d7fde69c3e857fe /src/totem.h | |
parent | ec1cd86518546c1c1928044a3a6427c94e865d43 (diff) | |
download | totem-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.h | 1 |
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); |