* remove void #if
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 27 Sep 2010 21:07:26 +0000 (23:07 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 27 Sep 2010 21:36:23 +0000 (23:36 +0200)
webcit/gettext.c

index 837fdb87530ec7f5444eea2a3ff07fd2ce56c181..7713ce70dc1ce98a34c4936cd95e36073a7caf9a 100644 (file)
@@ -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, "");