From db5b76e6fe48fbcf13953fc26c459c1ccdb3fcc2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 11 May 2016 18:25:17 -0400 Subject: move the setlocale call to the window backend since that's why i'm actually calling it --- src/runes.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/runes.c') diff --git a/src/runes.c b/src/runes.c index 881c5f9..b7ec368 100644 --- a/src/runes.c +++ b/src/runes.c @@ -1,5 +1,3 @@ -#include - #include "runes.h" #include "loop.h" @@ -11,8 +9,6 @@ int main (int argc, char *argv[]) RunesLoop *loop; RunesWindowBackend *wb; - setlocale(LC_ALL, ""); - loop = runes_loop_new(); wb = runes_window_backend_new(); runes_term_register_with_loop(runes_term_new(argc, argv, wb), loop); -- cgit v1.2.3-54-g00ecf