Browse Source

Clean iOS platform config of long gone macro

Pedro J. Estébanez 3 years ago
parent
commit
8c2a577350
1 changed files with 0 additions and 2 deletions
  1. 0 2
      platform/ios/platform_config.h

+ 0 - 2
platform/ios/platform_config.h

@@ -32,8 +32,6 @@
 
 #define OPENGL_INCLUDE_H <ES3/gl.h>
 
-#define PLATFORM_REFCOUNT
-
 #define PTHREAD_RENAME_SELF
 
 #define _weakify(var) __weak typeof(var) GDWeak_##var = var;