From b5ca8c41cc62f1ef097f4fc93525dec8b84f59a0 Mon Sep 17 00:00:00 2001 From: Akemi Date: Mon, 20 Feb 2017 19:35:56 +0100 Subject: osx: drop support for OS X 10.7 and earlier --- video/out/opengl/context_cocoa.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'video') diff --git a/video/out/opengl/context_cocoa.c b/video/out/opengl/context_cocoa.c index 941274ce6c..86a25e9a1f 100644 --- a/video/out/opengl/context_cocoa.c +++ b/video/out/opengl/context_cocoa.c @@ -55,11 +55,9 @@ static CGLError test_gl_version(struct vo *vo, kCGLPFAOpenGLProfile, (CGLPixelFormatAttribute) version, 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 // code kCGLPFASupportsAutomaticGraphicsSwitching, - #endif 0 }; -- cgit v1.2.3