summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorRémi Calixte <remicalixte.rmc@gmail.com>2021-03-16 18:43:20 +0100
committerRémi Calixte <remicalixte.rmc@gmail.com>2021-03-16 18:43:20 +0100
commite31be2804e19b75ba41312bac87239a2f068efe3 (patch)
tree421dd6f19da95e156e0bee8435228935cf2196c9 /include/global.h
parent6f4ef01cefe01b5c02e963c842f9f1515e12a5dc (diff)
use #pragma unused
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h
index be0e1870..e0e8cb22 100644
--- a/include/global.h
+++ b/include/global.h
@@ -14,8 +14,6 @@
#define GF_ASSERT(expr) do {if (!(expr)) ErrorHandling();} while (0)
-#define UNUSED __attribute__((unused))
-
#ifndef IN_MAIN_C
extern const u8 gGameLanguage;
extern const u8 gGameVersion;