summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-08-03 23:48:56 +0200
committerwm4 <wm4@nowhere>2015-08-03 23:49:14 +0200
commit525ada8c7ac69da5bb0c1977f519ff40c4390b4a (patch)
tree831b79a329429b4c0c70c86f0e376327c74c7a9c /stream/stream.h
parentc844d57489fa83c0db66f84285ca1c07f6c71c6b (diff)
downloadmpv-525ada8c7ac69da5bb0c1977f519ff40c4390b4a.tar.bz2
mpv-525ada8c7ac69da5bb0c1977f519ff40c4390b4a.tar.xz
stream: remove remaining DVD/BD menu definitions
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 981c90cf5e..b9ddc8c72f 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -103,8 +103,6 @@ enum stream_ctrl {
// Optical discs
STREAM_CTRL_GET_TIME_LENGTH,
STREAM_CTRL_GET_DVD_INFO,
- STREAM_CTRL_GET_NAV_EVENT, // struct mp_nav_event**
- STREAM_CTRL_NAV_CMD, // struct mp_nav_cmd*
STREAM_CTRL_GET_DISC_NAME,
STREAM_CTRL_GET_NUM_CHAPTERS,
STREAM_CTRL_GET_CURRENT_TIME,