summaryrefslogtreecommitdiff
path: root/src/totem.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-03-09 18:51:13 +0100
committerBastien Nocera <hadess@hadess.net>2016-03-11 20:08:16 +0100
commit11eb451477ae6b1ea0aa913fd6880ce0dd49773c (patch)
treec2ab7f3d241e7a80cc3ff393035916b6336e9d9c /src/totem.h
parent0fcf0f0ad04c850f636170bb9408eb757741e805 (diff)
downloadtotem-11eb451477ae6b1ea0aa913fd6880ce0dd49773c.tar.gz
main: Remove sidebar handling API
It was warning for a while, and now it's gone.
Diffstat (limited to 'src/totem.h')
-rw-r--r--src/totem.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/totem.h b/src/totem.h
index 7aa4d87ff..585e1afa5 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -215,14 +215,6 @@ void totem_object_add_to_playlist (TotemObject *totem,
char * totem_object_get_current_mrl (TotemObject *totem);
void totem_object_set_current_subtitle (TotemObject *totem,
const char *subtitle_uri);
-/* Sidebar handling */
-void totem_object_add_sidebar_page (TotemObject *totem,
- const char *page_id,
- const char *title,
- GtkWidget *main_widget);
-void totem_object_remove_sidebar_page (TotemObject *totem,
- const char *page_id);
-
/* Remote actions */
void totem_object_remote_command (TotemObject *totem,
TotemRemoteCommand cmd,