diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-28 16:03:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-28 16:34:59 +0300 |
commit | b96e6eeba6e1511568c8291bd8cb6a6d3706635c (patch) | |
tree | d021843c88d856f86f018547c30f1181290ffcbe /src/localconsts.h | |
parent | 60859a71dd9794b0216cc7a60146d417e06dbbad (diff) | |
download | ManaVerse-b96e6eeba6e1511568c8291bd8cb6a6d3706635c.tar.gz ManaVerse-b96e6eeba6e1511568c8291bd8cb6a6d3706635c.tar.bz2 ManaVerse-b96e6eeba6e1511568c8291bd8cb6a6d3706635c.tar.xz ManaVerse-b96e6eeba6e1511568c8291bd8cb6a6d3706635c.zip |
Remove define EATHENA_SUPPORT from all code.
Now eathena like support enabled always.
Diffstat (limited to 'src/localconsts.h')
-rw-r--r-- | src/localconsts.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 |