diff options
Diffstat (limited to 'platform/x11/godot_x11.cpp')
-rw-r--r-- | platform/x11/godot_x11.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/x11/godot_x11.cpp b/platform/x11/godot_x11.cpp index 6f418b213f..b293b1bebb 100644 --- a/platform/x11/godot_x11.cpp +++ b/platform/x11/godot_x11.cpp @@ -28,7 +28,6 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ #include <limits.h> -#include <locale.h> #include <stdlib.h> #include <unistd.h> @@ -39,8 +38,6 @@ int main(int argc, char *argv[]) { OS_X11 os; - setlocale(LC_CTYPE, ""); - char *cwd = (char *)malloc(PATH_MAX); getcwd(cwd, PATH_MAX); |