summaryrefslogtreecommitdiff
path: root/src/lib/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/player.h')
-rw-r--r--src/lib/player.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/player.h b/src/lib/player.h
index 95f419b5e..60cf88422 100644
--- a/src/lib/player.h
+++ b/src/lib/player.h
@@ -49,7 +49,6 @@ public:
void disable_video ();
void disable_audio ();
- void disable_subtitles ();
bool pass ();
void seek (Time);
@@ -80,7 +79,6 @@ private:
bool _video;
bool _audio;
- bool _subtitles;
/** Our pieces are ready to go; if this is false the pieces must be (re-)created before they are used */
bool _have_valid_pieces;