summaryrefslogtreecommitdiffstats
path: root/src/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Globals.h')
-rw-r--r--src/Globals.h1
1 files changed, 0 insertions, 1 deletions
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)