aboutsummaryrefslogtreecommitdiffstats
path: root/test/pugl_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/pugl_test.c')
-rw-r--r--test/pugl_test.c3
1 files changed, 0 insertions, 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 <locale.h>
#include <math.h>
#include <stdbool.h>
#include <stdio.h>
@@ -170,8 +169,6 @@ main(int argc, char** argv)
}
}
- setlocale(LC_CTYPE, "");
-
PuglView* view = puglInit(NULL, NULL);
puglInitWindowClass(view, "PuglTest");
puglInitWindowSize(view, 512, 512);