summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2018-01-02 21:20:06 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-02 15:04:31 -0800
commit3cb616a2862e5b86f06345c9e9ba2d518b6100b7 (patch)
tree95728a8d926ee67d0d2bd3ebd80c21fa0fe7e238 /input
parent48943a73f68b09da9ff7120ca2804cf74f1cc27d (diff)
downloadmpv-3cb616a2862e5b86f06345c9e9ba2d518b6100b7.tar.bz2
mpv-3cb616a2862e5b86f06345c9e9ba2d518b6100b7.tar.xz
player: remove internal `vo-resize` command again
Its only usecase was automated in the previous commit.
Diffstat (limited to 'input')
-rw-r--r--input/cmd_list.c1
-rw-r--r--input/cmd_list.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/input/cmd_list.c b/input/cmd_list.c
index 44cd65fbce..333f2cb223 100644
--- a/input/cmd_list.c
+++ b/input/cmd_list.c
@@ -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},
diff --git a/input/cmd_list.h b/input/cmd_list.h
index 6b1b19795c..6590158c31 100644
--- a/input/cmd_list.h
+++ b/input/cmd_list.h
@@ -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,