summaryrefslogtreecommitdiffstats
path: root/input/input.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-14 22:07:33 +0200
committerwm4 <wm4@nowhere>2012-10-12 10:10:30 +0200
commitcd25a671b58a94fbfa1942103137ad6617170a32 (patch)
treee709ee6cbf2bd6f228dd571022f5d2032d144880 /input/input.c
parenta668ae0ff90c43ebcdea4f581aef0c98aeebd382 (diff)
downloadmpv-cd25a671b58a94fbfa1942103137ad6617170a32.tar.bz2
mpv-cd25a671b58a94fbfa1942103137ad6617170a32.tar.xz
commands: remove unimplemented "use_master" command
The implementation for this command was removed in 2002.
Diffstat (limited to 'input/input.c')
-rw-r--r--input/input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/input/input.c b/input/input.c
index 5d3ab686df..97d6a6b25a 100644
--- a/input/input.c
+++ b/input/input.c
@@ -114,7 +114,6 @@ static const mp_cmd_t mp_cmds[] = {
{ MP_CMD_OSD_SHOW_TEXT, "osd_show_text", { ARG_STRING, OARG_INT(-1), OARG_INT(0) } },
{ MP_CMD_OSD_SHOW_PROPERTY_TEXT, "osd_show_property_text", { ARG_STRING, OARG_INT(-1), OARG_INT(0) } },
{ MP_CMD_OSD_SHOW_PROGRESSION, "osd_show_progression", },
- { MP_CMD_MIXER_USEMASTER, "use_master", },
{ MP_CMD_SUB_LOAD, "sub_load", { ARG_STRING } },
#ifdef CONFIG_TV
{ MP_CMD_TV_START_SCAN, "tv_start_scan", },