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", }, diff --git a/input/input.h b/input/input.h index af9d1a8db0..52fdfb956b 100644 --- a/input/input.h +++ b/input/input.h @@ -28,7 +28,6 @@ enum mp_command_type { MP_CMD_PLAYLIST_NEXT, MP_CMD_PLAYLIST_PREV, MP_CMD_OSD, - MP_CMD_MIXER_USEMASTER, MP_CMD_TV_STEP_CHANNEL, MP_CMD_TV_STEP_NORM, MP_CMD_TV_STEP_CHANNEL_LIST,