summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvchat-client.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vchat-client.c b/vchat-client.c
index d4caf31..05e0b3d 100755
--- a/vchat-client.c
+++ b/vchat-client.c
@@ -449,10 +449,6 @@ main (int argc, char **argv)
449 int pchar; 449 int pchar;
450 int cmdsunparsed = 1; 450 int cmdsunparsed = 1;
451 451
452#ifndef NO_LOCALE
453 setlocale(LC_ALL,"");
454#endif
455
456 loadconfig (GLOBAL_CONFIG_FILE); 452 loadconfig (GLOBAL_CONFIG_FILE);
457 loadconfig (getstroption (CF_CONFIGFILE)); 453 loadconfig (getstroption (CF_CONFIGFILE));
458 454