From: Wilfried Goesgens Date: Mon, 27 Sep 2010 21:07:26 +0000 (+0200) Subject: * remove void #if X-Git-Tag: v8.01~686^2~2 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=2da9849cc6ca7c2ea6345ec53891e0a5dd91ab97 * remove void #if --- diff --git a/webcit/gettext.c b/webcit/gettext.c index 837fdb875..7713ce70d 100644 --- a/webcit/gettext.c +++ b/webcit/gettext.c @@ -362,10 +362,6 @@ void initialize_locales(void) { AvailLangLoaded[0] = AvailLang[0]; nLocalesLoaded = 1; } -#ifndef HAVE_USELOCALE - - -#endif #ifdef ENABLE_NLS locale = setlocale(LC_ALL, "");