From b96e6eeba6e1511568c8291bd8cb6a6d3706635c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 28 Jul 2016 16:03:59 +0300 Subject: Remove define EATHENA_SUPPORT from all code. Now eathena like support enabled always. --- src/localconsts.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/localconsts.h') diff --git a/src/localconsts.h b/src/localconsts.h index 12c14a5e7..83d843c3c 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -97,11 +97,7 @@ #define A_UNUSED __attribute__ ((unused)) #define A_WARN_UNUSED __attribute__ ((warn_unused_result)) #define DEPRECATED __attribute__ ((deprecated)) -#ifndef EATHENA_SUPPORT -#define A_TMWA_UNUSED __attribute__ ((unused)) -#else // EATHENA_SUPPORT #define A_TMWA_UNUSED -#endif // EATHENA_SUPPORT #ifdef DYECMD #define A_DYECMD_UNUSED __attribute__ ((unused)) #else // DYECMD -- cgit v1.2.3-60-g2f50