summaryrefslogtreecommitdiffstats
path: root/mp_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp_msg.c')
-rw-r--r--mp_msg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mp_msg.c b/mp_msg.c
index aaf98ef33f..2b94588b8b 100644
--- a/mp_msg.c
+++ b/mp_msg.c
@@ -36,7 +36,6 @@ void mp_msg_init(){
fprintf(stdout, "Original domain: %s\n", textdomain(NULL));
fprintf(stdout, "Original dirname: %s\n", bindtextdomain(textdomain(NULL),NULL));
#endif
- setlocale(LC_ALL, ""); /* set from the environment variables */
bindtextdomain("mplayer", PREFIX"/share/locale");
textdomain("mplayer");
#ifdef MP_DEBUG