From 9f4a5e733b20f2de1619b46e0f7a36b3b5558f6e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 2 Aug 2019 21:42:52 +0200 Subject: Test: Remove locale hacks --- test/pugl_test.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/pugl_test.c b/test/pugl_test.c index 0470586..7c8d5f2 100644 --- a/test/pugl_test.c +++ b/test/pugl_test.c @@ -26,7 +26,6 @@ #include "pugl/pugl.h" #include "pugl/pugl_gl_backend.h" -#include #include #include #include @@ -170,8 +169,6 @@ main(int argc, char** argv) } } - setlocale(LC_CTYPE, ""); - PuglView* view = puglInit(NULL, NULL); puglInitWindowClass(view, "PuglTest"); puglInitWindowSize(view, 512, 512); -- cgit v1.2.1