summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 00de21004..7dedb9700 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -256,17 +256,6 @@ static void createGuiWindows()
if (config.getBoolValue("showChatHistory"))
localChatTab->loadFromLogFile("#General");
- if (serverFeatures->haveLangTab()
- && serverConfig.getValue("enableLangTab", 1))
- {
- const std::string lang = getLangShort();
- if (lang.size() == 2)
- {
- langChatTab = new LangTab(chatWindow, lang + " ");
- langChatTab->setAllowHighlight(false);
- }
- }
-
// TRANSLATORS: chat tab header
debugChatTab = new ChatTab(chatWindow, _("Debug"), "",
"#Debug", ChatTabType::DEBUG);