From 9f27b9b56d711a9eb17e07b4304f01b5a8784614 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 16 Jan 2016 16:22:44 +0100 Subject: [PATCH] Remove another compile-time ifdef --- gfx/drivers_context/cocoa_gl_ctx.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/gfx/drivers_context/cocoa_gl_ctx.m b/gfx/drivers_context/cocoa_gl_ctx.m index d5f2037916..8dcb7b9554 100644 --- a/gfx/drivers_context/cocoa_gl_ctx.m +++ b/gfx/drivers_context/cocoa_gl_ctx.m @@ -524,11 +524,9 @@ static gfx_ctx_proc_t cocoagl_gfx_ctx_get_proc_address(const char *symbol_name) { return (gfx_ctx_proc_t)CFBundleGetFunctionPointerForName(CFBundleGetBundleWithIdentifier(GLFrameworkID), ( -#if MAC_OS_X_VERSION_10_7 #if __has_feature(objc_arc) __bridge #endif -#endif CFStringRef)BOXSTRING(symbol_name) ); }