summaryrefslogtreecommitdiff
path: root/src/totem.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-04-05 17:55:27 +0100
committerBastien Nocera <hadess@hadess.net>2012-04-12 17:21:29 +0100
commit2acbef2c9411bbc984f65d6aad031e80aeab9005 (patch)
treedbfcd4969500b9b88e9d0db35eda2b01e5d015e7 /src/totem.h
parentd9fa4d22c9b75ff063f6cf8c0672fcee240efbfe (diff)
downloadtotem-2acbef2c9411bbc984f65d6aad031e80aeab9005.tar.gz
main: Remove use of totem-disc
https://bugzilla.gnome.org/show_bug.cgi?id=673590
Diffstat (limited to 'src/totem.h')
-rw-r--r--src/totem.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/totem.h b/src/totem.h
index 80fcf0275..601c195ae 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -30,7 +30,6 @@
#include <glib-object.h>
#include <gtk/gtk.h>
-#include <totem-disc.h>
#include "totem-cell-renderer-video.h"
/**
@@ -223,10 +222,6 @@ gboolean totem_action_set_mrl_with_warning (TotemObject *totem,
const char *subtitle,
gboolean warn);
-void totem_action_play_media (TotemObject *totem,
- TotemDiscMediaType type,
- const char *device);
-
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);
@@ -238,8 +233,6 @@ void totem_action_set_scale_ratio (TotemObject *totem, gfloat ratio);
void totem_object_action_error (TotemObject *totem,
const char *title,
const char *reason);
-void totem_action_play_media_device (TotemObject *totem,
- const char *device);
gboolean totem_is_fullscreen (TotemObject *totem);
#define totem_is_playing totem_object_is_playing