aboutsummaryrefslogtreecommitdiff
path: root/common/translation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/translation.cpp')
-rw-r--r--common/translation.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/translation.cpp b/common/translation.cpp
index 01665bf876..04df9d213d 100644
--- a/common/translation.cpp
+++ b/common/translation.cpp
@@ -40,8 +40,6 @@
namespace Common {
-DECLARE_SINGLETON(TranslationManager);
-
bool operator<(const TLanguage &l, const TLanguage &r) {
return strcmp(l.name, r.name) < 0;
}