diff --git a/gfx/drivers_context/cocoa_gl_ctx.m b/gfx/drivers_context/cocoa_gl_ctx.m index 893f11c92f..815b850fbc 100644 --- a/gfx/drivers_context/cocoa_gl_ctx.m +++ b/gfx/drivers_context/cocoa_gl_ctx.m @@ -40,12 +40,6 @@ #include "../../configuration.h" #include "../../verbosity.h" -#if __has_feature(objc_arc) -#define BRIDGE __bridge -#else -#define BRIDGE -#endif - #if defined(HAVE_COCOATOUCH) #define GLContextClass EAGLContext #define GLFrameworkID CFSTR("com.apple.opengles")