summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 5344dcffe..e09bbdcbc 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -345,8 +345,6 @@ void Client::gameInit()
putenv("SDL_VIDEO_CENTERED=1");
#endif
- putenv((char*)("LANG=" + lang).c_str());
-
chatLogger = new ChatLogger;
if (mOptions.chatLogDir == "")
chatLogger->setBaseLogDir(mLocalDataDir + std::string("/logs/"));