aboutsummaryrefslogtreecommitdiffstats
path: root/src/runesd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runesd.c')
-rw-r--r--src/runesd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/runesd.c b/src/runesd.c
index 2fa5f6b..6a26d6d 100644
--- a/src/runesd.c
+++ b/src/runesd.c
@@ -1,5 +1,3 @@
-#include <locale.h>
-
#include "runes.h"
#include "loop.h"
@@ -18,8 +16,6 @@ int main (int argc, char *argv[])
runes_die("runesd takes no arguments; pass them to runesc instead.");
}
- setlocale(LC_ALL, "");
-
loop = runes_loop_new();
wb = runes_window_backend_new();
daemon = runes_daemon_new(loop, wb);