summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-03-03 10:08:00 +0100
committerwm4 <wm4@nowhere>2016-03-03 10:08:00 +0100
commit3a7563a99983279394f9a4973a45f12aeb07cf7c (patch)
tree1abea358512963bb5ae3f825eeff9be9fc49958f /stream/stream.h
parenta19307d598c515627192c752aa6d4341b88078c9 (diff)
downloadmpv-3a7563a99983279394f9a4973a45f12aeb07cf7c.tar.bz2
mpv-3a7563a99983279394f9a4973a45f12aeb07cf7c.tar.xz
cache: remove unused STREAM_CTRL_RESUME_CACHE
Went way with DVD/BD menu support.
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 ab37c3b4bd..c75bb495e4 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -71,7 +71,6 @@ enum stream_ctrl {
STREAM_CTRL_SET_CACHE_SIZE,
STREAM_CTRL_GET_CACHE_FILL,
STREAM_CTRL_GET_CACHE_IDLE,
- STREAM_CTRL_RESUME_CACHE,
STREAM_CTRL_SET_READAHEAD,
// stream_memory.c