mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 12:47:49 +00:00
commands: remove unimplemented "use_master" command
The implementation for this command was removed in 2002.
This commit is contained in:
parent
a668ae0ff9
commit
cd25a671b5
@ -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", },
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user