summaryrefslogtreecommitdiff
path: root/src/totem.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-03-19 09:52:12 +0100
committerBastien Nocera <hadess@hadess.net>2013-03-19 09:52:12 +0100
commit88d28e99c8620f7c7b33ee503afb675c950aaf0f (patch)
tree4ab47122469af6a39e29aa76779a7f1bde03b228 /src/totem.h
parent6f26b3bcc2525b3a863841ee1848083834445b5b (diff)
downloadtotem-88d28e99c8620f7c7b33ee503afb675c950aaf0f.tar.gz
main: Make totem_action_fullscreen() private
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 a4394ddee..672834feb 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -181,7 +181,6 @@ void totem_object_action_stop (TotemObject *totem);
void totem_object_action_play_pause (TotemObject *totem);
void totem_object_action_pause (TotemObject *totem);
void totem_object_action_fullscreen_toggle (TotemObject *totem);
-void totem_action_fullscreen (TotemObject *totem, gboolean state);
void totem_object_action_next (TotemObject *totem);
void totem_object_action_previous (TotemObject *totem);
void totem_object_action_seek_time (TotemObject *totem, gint64 msec, gboolean accurate);