summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-24 23:29:54 +0100
committerwm4 <wm4@nowhere>2015-01-24 23:29:54 +0100
commit32f726703ddb22a83c57ad5f03177c89f8966c1d (patch)
treec88a669927d1c68ab33386c727adf6c758bda8c7 /video/out/vo.h
parent8657b8e1f3c247dcba441a4c61e3beef2acc2cd4 (diff)
downloadmpv-32f726703ddb22a83c57ad5f03177c89f8966c1d.tar.bz2
mpv-32f726703ddb22a83c57ad5f03177c89f8966c1d.tar.xz
vo_opengl: remove remnants of dropped stereo buffer support
Diffstat (limited to 'video/out/vo.h')
-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 2d298088b0..60680813b8 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -132,7 +132,6 @@ struct voctrl_get_equalizer_args {
#define VOFLAG_FLIPPING 0x08
#define VOFLAG_HIDDEN 0x10 //< Use to create a hidden window
-#define VOFLAG_STEREO 0x20 //< Use to create a stereo-capable window
#define VOFLAG_GL_DEBUG 0x40 // Hint to request debug OpenGL context
#define VOFLAG_ALPHA 0x80 // Hint to request alpha framebuffer