aboutsummaryrefslogtreecommitdiff
path: root/src/common/Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Common.h')
-rw-r--r--src/common/Common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/Common.h b/src/common/Common.h
index 3518d1cb628..7f76698c9c9 100644
--- a/src/common/Common.h
+++ b/src/common/Common.h
@@ -97,8 +97,6 @@ enum LocaleConstant : uint8
const uint8 OLD_TOTAL_LOCALES = 9; /// @todo convert in simple system
#define DEFAULT_LOCALE LOCALE_enUS
-#define MAX_LOCALES 11
-
TC_COMMON_API extern char const* localeNames[TOTAL_LOCALES];
TC_COMMON_API LocaleConstant GetLocaleByName(std::string const& name);