diff options
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
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; |