diff options
-rw-r--r-- | video/out/opengl/context_cocoa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/opengl/context_cocoa.c b/video/out/opengl/context_cocoa.c index ea7a9b535f..267c706d62 100644 --- a/video/out/opengl/context_cocoa.c +++ b/video/out/opengl/context_cocoa.c @@ -54,7 +54,6 @@ static CGLError test_gl_version(struct vo *vo, CGLPixelFormatAttribute attrs[] = { kCGLPFAOpenGLProfile, (CGLPixelFormatAttribute) version, - kCGLPFADoubleBuffer, kCGLPFAAccelerated, #if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_8 // leave this as the last entry of the array to not break the fallback |