summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-02 16:11:26 +0200
committerwm4 <wm4@nowhere>2016-09-02 21:21:47 +0200
commitcd7c7d0841e047db4a0369fe60fe2331dd59e39a (patch)
treebc3ce746d7ce05f383d6011fccae8d3cc0b407c7 /video
parentb2c84a91b69e58df10d6ea966078a03b096712bd (diff)
downloadmpv-cd7c7d0841e047db4a0369fe60fe2331dd59e39a.tar.bz2
mpv-cd7c7d0841e047db4a0369fe60fe2331dd59e39a.tar.xz
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.
Diffstat (limited to 'video')
-rw-r--r--video/out/vo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 3714fbf9ca..15f9f9e7df 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -101,7 +101,6 @@ enum mp_voctrl {
// Retrieve window contents. (Normal screenshots use vo_get_current_frame().)
VOCTRL_SCREENSHOT_WIN, // struct mp_image**
- VOCTRL_SET_COMMAND_LINE, // char**
VOCTRL_UPDATE_RENDER_OPTS,
VOCTRL_GET_ICC_PROFILE, // bstr*