summaryrefslogtreecommitdiffstats
path: root/core/input/input.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-15 02:17:47 +0200
committerwm4 <wm4@nowhere>2013-06-07 18:00:34 +0200
commitc185b0ba4a09eab1bf969e40acc660454921f460 (patch)
treecd90cd1c42b897cfa48b084488d9e93b061535b2 /core/input/input.h
parentb15143b7e0df6d9f6d0dc072e89d1c86d41f52d4 (diff)
downloadmpv-c185b0ba4a09eab1bf969e40acc660454921f460.tar.bz2
mpv-c185b0ba4a09eab1bf969e40acc660454921f460.tar.xz
command: replace some show_ commands with properties
show_chapters, show_tracks, and show_playlist are killed and replaced with the properties chapter-list, track-list, and playlist. The code and the output of these stays the same, this is just moving a lot of code around and reducing the number of properties. The "old" commands will still be supported for a while (to avoid making everyone angry), so handle them with the legacy layer. Add something to suppress printing the legacy warnings for these commands.
Diffstat (limited to 'core/input/input.h')
-rw-r--r--core/input/input.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/input/input.h b/core/input/input.h
index 944debd847..b9bc295646 100644
--- a/core/input/input.h
+++ b/core/input/input.h
@@ -81,10 +81,6 @@ enum mp_command_type {
/// Video filter commands
MP_CMD_VF,
- MP_CMD_SHOW_CHAPTERS,
- MP_CMD_SHOW_TRACKS,
- MP_CMD_SHOW_PLAYLIST,
-
/// Video output commands
MP_CMD_VO_CMDLINE,
};