summaryrefslogtreecommitdiffstats
path: root/input/cmd_list.c
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/cmd_list.c
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/cmd_list.c')
-rw-r--r--input/cmd_list.c1
1 files changed, 0 insertions, 1 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},