summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-06 19:02:33 +0200
committerwm4 <wm4@nowhere>2014-07-06 19:02:33 +0200
commit1d55547adf37f94be3bec973b59067c474e9d439 (patch)
tree8b75de0e8248ae6b1d3fad8a0869e42e4c4f5f82 /stream/stream.h
parentde288762222beb1e20883f5d2c890ff7460ba318 (diff)
downloadmpv-1d55547adf37f94be3bec973b59067c474e9d439.tar.bz2
mpv-1d55547adf37f94be3bec973b59067c474e9d439.tar.xz
stream: remove now unused STREAM_CTRL_GET_START_TIME
demux_disc.c takes care of this now.
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream.h b/stream/stream.h
index f2663f3435..344e8b55ef 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -81,7 +81,6 @@ enum stream_ctrl {
STREAM_CTRL_GET_CACHE_IDLE,
STREAM_CTRL_RESUME_CACHE,
STREAM_CTRL_RECONNECT,
- STREAM_CTRL_GET_START_TIME,
STREAM_CTRL_GET_CHAPTER_TIME,
STREAM_CTRL_GET_DVD_INFO,
STREAM_CTRL_SET_CONTENTS,