diff options
Diffstat (limited to '')
-rw-r--r-- | src/Globals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Globals.h b/src/Globals.h index e4adb166c..13e793259 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -87,8 +87,6 @@ #define OBSOLETE __attribute__((deprecated)) // Some portability macros :) - #define stricmp strcasecmp - #define FORMATSTRING(formatIndex, va_argsIndex) __attribute__((format (printf, formatIndex, va_argsIndex))) #if defined(_WIN32) |