Cleanup macro

This commit is contained in:
twinaphex 2019-02-09 21:13:37 +01:00
parent 35ee386274
commit a97fffccb8

View File

@ -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")