summaryrefslogtreecommitdiff
path: root/src/totem.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-03-20 16:47:34 +0100
committerBastien Nocera <hadess@hadess.net>2013-03-20 16:50:30 +0100
commit9b2d0bf74c78f692fe366e9329a4a89a1ffd97cb (patch)
tree16e9ecce320ecb05f136e6abac4da4c18469c9f3 /src/totem.h
parentadb4c8d2a78a550a772d58ca5e4d5068412f9cf1 (diff)
downloadtotem-9b2d0bf74c78f692fe366e9329a4a89a1ffd97cb.tar.gz
main: totem_action_set_mrl_and_play() doesn't need exporting
It's only used inside totem-object.c https://bugzilla.gnome.org/show_bug.cgi?id=527021
Diffstat (limited to 'src/totem.h')
-rw-r--r--src/totem.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/totem.h b/src/totem.h
index 63574b102..489ac34fe 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -179,9 +179,6 @@ void totem_object_action_volume (TotemObject *totem, double volume);
void totem_action_set_mrl (TotemObject *totem,
const char *mrl,
const char *subtitle);
-void totem_action_set_mrl_and_play (TotemObject *totem,
- const char *mrl,
- const char *subtitle);
void totem_object_action_next_angle (TotemObject *totem);