Clean iOS platform config of long gone macro

(cherry picked from commit 8c2a577350924d1f4a8e0a98ebf85bea96ea7e63)
This commit is contained in:
Pedro J. Estébanez 2022-08-10 21:42:49 +02:00 committed by Relintai
parent 9685b90279
commit 8f26bc61b5

View File

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