Clean iOS platform config of long gone macro

This commit is contained in:
Pedro J. Estébanez 2022-08-10 21:42:49 +02:00
parent 1b06b668c9
commit 8c2a577350

View File

@ -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;