summaryrefslogtreecommitdiff
path: root/src/translation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translation.h')
-rw-r--r--src/translation.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/translation.h b/src/translation.h
index 71423b15e..f1a336fca 100644
--- a/src/translation.h
+++ b/src/translation.h
@@ -23,7 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <string>
class Translations;
-extern std::unordered_map<std::string, Translations> *g_server_translations;
#ifndef SERVER
extern Translations *g_client_translations;
#endif
@@ -31,10 +30,6 @@ extern Translations *g_client_translations;
class Translations
{
public:
- Translations() = default;
-
- ~Translations();
-
void loadTranslation(const std::string &data);
void clear();
const std::wstring &getTranslation(