Cog Audio: Remove unnecessary preprocessor macro for RetroArch code

CQTexperiment
Christopher Snowhill 2022-01-13 18:01:12 -08:00
parent 601b412d98
commit ee509b6e13
1 changed files with 0 additions and 2 deletions

View File

@ -952,7 +952,6 @@
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"RARCH_INTERNAL=1",
"HAVE_CONFIG_H=1",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@ -1000,7 +999,6 @@
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
"RARCH_INTERNAL=1",
"HAVE_CONFIG_H=1",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;