summaryrefslogtreecommitdiff
path: root/src/totem.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-03-19 10:31:41 +0100
committerBastien Nocera <hadess@hadess.net>2013-03-19 10:31:41 +0100
commitf8bc05f54bdcca00990a0413ad101102f40bbe4c (patch)
tree799f30ea8739eca152c9d230d4e7384256b18b1a /src/totem.h
parentebc98f1dd60a555cd1e373bf4a2c09690069d6fc (diff)
downloadtotem-f8bc05f54bdcca00990a0413ad101102f40bbe4c.tar.gz
main: Remove totem_action_set_playlist_index() function
Diffstat (limited to 'src/totem.h')
-rw-r--r--src/totem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/totem.h b/src/totem.h
index bfc278164..8d900a4c4 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -216,8 +216,6 @@ gint64 totem_get_current_time (TotemObject *totem);
/* Playlist handling */
guint totem_object_get_playlist_length (TotemObject *totem);
-void totem_action_set_playlist_index (TotemObject *totem,
- guint index);
int totem_object_get_playlist_pos (TotemObject *totem);
char * totem_object_get_title_at_playlist_pos (TotemObject *totem,
guint playlist_index);