command: remove vo-cmdline

With the recent vo_opengl changes it doesn't do anything anymore.
I don't think a deprecation period is necessary, because the command
was always marked as experimental.
This commit is contained in:
wm4
2016-09-02 16:11:26 +02:00
parent b2c84a91b6
commit cd7c7d0841
6 changed files with 2 additions and 26 deletions

View File

@@ -99,9 +99,6 @@ enum mp_command_type {
MP_CMD_VF,
MP_CMD_VF_COMMAND,
/// Video output commands
MP_CMD_VO_CMDLINE,
/// Internal for Lua scripts
MP_CMD_SCRIPT_BINDING,
MP_CMD_SCRIPT_MESSAGE,