diff options
Diffstat (limited to 'src/common/Common.cpp')
-rw-r--r-- | src/common/Common.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Common.cpp b/src/common/Common.cpp index c799b9db889..c8e8ee4db4a 100644 --- a/src/common/Common.cpp +++ b/src/common/Common.cpp @@ -42,4 +42,3 @@ LocaleConstant GetLocaleByName(const std::string& name) return LOCALE_enUS; // including enGB case } - |