summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/context.h')
-rw-r--r--video/out/opengl/context.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/opengl/context.h b/video/out/opengl/context.h
index 119bba0ba6..0a02bd2867 100644
--- a/video/out/opengl/context.h
+++ b/video/out/opengl/context.h
@@ -83,9 +83,6 @@ typedef struct MPGLContext {
const char *native_display_type;
void *native_display;
- // Windows-specific hack. See vo_opengl dwmflush suboption.
- int dwm_flush_opt;
-
// Flip the rendered image vertically. This is useful for dxinterop.
bool flip_v;