summaryrefslogtreecommitdiffstats
path: root/video/out/gl_w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_w32.c')
-rw-r--r--video/out/gl_w32.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/gl_w32.c b/video/out/gl_w32.c
index 3af58cf21d..f2b7cf63d3 100644
--- a/video/out/gl_w32.c
+++ b/video/out/gl_w32.c
@@ -48,9 +48,6 @@ static bool create_dc(struct MPGLContext *ctx, int flags)
pfd.nVersion = 1;
pfd.dwFlags = PFD_DRAW_TO_WINDOW | PFD_SUPPORT_OPENGL | PFD_DOUBLEBUFFER;
- if (flags & VOFLAG_STEREO)
- pfd.dwFlags |= PFD_STEREO;
-
pfd.iPixelType = PFD_TYPE_RGBA;
pfd.cColorBits = 24;
pfd.iLayerType = PFD_MAIN_PLANE;