mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 06:28:19 +00:00
Revert "setlocale for XOpenIM with compose key"
Has been fixed: https://bugzilla.libsdl.org/show_bug.cgi?id=3102
This reverts commit 6c4e6c5c44
.
This commit is contained in:
parent
779a928faf
commit
1ece46aa4e
|
@ -9,7 +9,6 @@
|
|||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <climits>
|
||||
#include <locale.h> //setlocale
|
||||
|
||||
#include <base/math.h>
|
||||
#include <base/vmath.h>
|
||||
|
@ -3705,9 +3704,6 @@ int main(int argc, const char **argv) // ignore_convention
|
|||
FreeConsole();
|
||||
#endif
|
||||
|
||||
// For XOpenIM in SDL2: https://bugzilla.libsdl.org/show_bug.cgi?id=3102
|
||||
setlocale(LC_ALL, "");
|
||||
|
||||
// run the client
|
||||
dbg_msg("client", "starting...");
|
||||
pClient->Run();
|
||||
|
|
Loading…
Reference in a new issue