player: remove internal vo-resize command again

Its only usecase was automated in the previous commit.
This commit is contained in:
sfan5
2018-01-02 21:20:06 +01:00
committed by Kevin Mitchell
parent 48943a73f6
commit 3cb616a286
4 changed files with 1 additions and 10 deletions

View File

@@ -191,7 +191,6 @@ const struct mp_cmd_def mp_cmds[] = {
{ MP_CMD_VF, "vf", { ARG_STRING, ARG_STRING } },
{ MP_CMD_VF_COMMAND, "vf-command", { ARG_STRING, ARG_STRING, ARG_STRING } },
{ MP_CMD_VO_RESIZE, "vo-resize", },
{ MP_CMD_SCRIPT_BINDING, "script-binding", { ARG_STRING },
.allow_auto_repeat = true, .on_updown = true},

View File

@@ -99,7 +99,6 @@ enum mp_command_type {
/// Video filter commands
MP_CMD_VF,
MP_CMD_VF_COMMAND,
MP_CMD_VO_RESIZE,
/// Internal for Lua scripts
MP_CMD_SCRIPT_BINDING,