diff options
author | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2022-08-10 21:42:49 +0200 |
---|---|---|
committer | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2022-08-10 21:42:49 +0200 |
commit | 8c2a577350924d1f4a8e0a98ebf85bea96ea7e63 (patch) | |
tree | 4600d0ec760fb9b0e866c87fa915f7b019562f3b /platform/ios | |
parent | 1b06b668c9f0c42927a427f9c9057711a4adafe4 (diff) |
Clean iOS platform config of long gone macro
Diffstat (limited to 'platform/ios')
-rw-r--r-- | platform/ios/platform_config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/ios/platform_config.h b/platform/ios/platform_config.h index fed77d8932..3af08b0d65 100644 --- a/platform/ios/platform_config.h +++ b/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; |