summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libunix.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-02-15 02:33:59 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-03-31 22:17:43 +0200
commit1beff1240c1563c548b2ffd9ebbed6b32481c6be (patch)
treee836315121b896cda8a106f8dd38cf8cb0e408e3 /crawl-ref/source/libunix.cc
parent6f1033c0763f8226e28e79ba7ec9ccc39c715cea (diff)
downloadcrawl-ref-1beff1240c1563c548b2ffd9ebbed6b32481c6be.tar.gz
crawl-ref-1beff1240c1563c548b2ffd9ebbed6b32481c6be.zip
Use system's locale in all ports, from the very start.
Diffstat (limited to 'crawl-ref/source/libunix.cc')
-rw-r--r--crawl-ref/source/libunix.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/libunix.cc b/crawl-ref/source/libunix.cc
index 259d1c1de4..788f2ab77b 100644
--- a/crawl-ref/source/libunix.cc
+++ b/crawl-ref/source/libunix.cc
@@ -180,8 +180,6 @@ static void termio_init()
tcsetattr(0, TCSAFLUSH, &game_term);
- setlocale(LC_ALL, "");
-
crawl_state.terminal_resize_handler = unix_handle_terminal_resize;
}