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