summaryrefslogtreecommitdiffstats
path: root/video/out/vo_opengl.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_opengl.c')
-rw-r--r--video/out/vo_opengl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/vo_opengl.c b/video/out/vo_opengl.c
index 567f83be97..0728223415 100644
--- a/video/out/vo_opengl.c
+++ b/video/out/vo_opengl.c
@@ -404,9 +404,6 @@ static int preinit(struct vo *vo)
int vo_flags = 0;
- if (p->renderer_opts->stereo_mode == GL_3D_QUADBUFFER)
- vo_flags |= VOFLAG_STEREO;
-
if (p->renderer_opts->alpha_mode == 1)
vo_flags |= VOFLAG_ALPHA;