From cd25a671b58a94fbfa1942103137ad6617170a32 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 14 Sep 2012 22:07:33 +0200 Subject: commands: remove unimplemented "use_master" command The implementation for this command was removed in 2002. --- input/input.c | 1 - 1 file changed, 1 deletion(-) (limited to 'input/input.c') 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", }, -- cgit v1.2.3