summaryrefslogtreecommitdiff
path: root/platform/ios/platform_config.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-08-11 00:29:46 +0200
committerGitHub <noreply@github.com>2022-08-11 00:29:46 +0200
commit106b6805018649b13da9e9508e80611f62ed660a (patch)
treec33a59b43fa9b3dce52ef003c003cc76344ec199 /platform/ios/platform_config.h
parent44b88f2edf5e0fda67fc47b81267ffd0c6c770b1 (diff)
parent8c2a577350924d1f4a8e0a98ebf85bea96ea7e63 (diff)
Merge pull request #64239 from RandomShaper/ditch_platform_rc
Clean iOS platform config of long gone macro
Diffstat (limited to 'platform/ios/platform_config.h')
-rw-r--r--platform/ios/platform_config.h2
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;