aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
authornicm <nicm>2016-03-01 12:02:54 +0000
committernicm <nicm>2016-03-01 12:02:54 +0000
commite647eeb0c92cb5cf9134f77c30dce49f27224304 (patch)
tree79c03e261738b84b8705ebdf1b6bfcb693c897ca /tmux.c
parent26945d7956bf1f160fba72677082e1a9c6968e0c (diff)
downloadrtmux-e647eeb0c92cb5cf9134f77c30dce49f27224304.tar.gz
rtmux-e647eeb0c92cb5cf9134f77c30dce49f27224304.tar.bz2
rtmux-e647eeb0c92cb5cf9134f77c30dce49f27224304.zip
Remove unused variables, from Michal Mazurek.
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.c b/tmux.c
index 68cd4bb7..93503d2d 100644
--- a/tmux.c
+++ b/tmux.c
@@ -188,7 +188,6 @@ main(int argc, char **argv)
const char *s;
int opt, flags, keys;
-
setlocale(LC_CTYPE, "en_US.UTF-8");
setlocale(LC_TIME, "");