diff --git a/src/Globals.h b/src/Globals.h index 3b6575860..a48b48d9c 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -86,7 +86,6 @@ #define OBSOLETE __attribute__((deprecated)) - // Some portability macros :) #define FORMATSTRING(formatIndex, va_argsIndex) __attribute__((format (printf, formatIndex, va_argsIndex))) #if defined(_WIN32)