X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fgltext.c;h=a24eefa38f1eaa6798a64fb545147e19b08a5b48;hp=71e379ad10ec0723eca993d4135fcceea391414f;hb=07faf451b99879183ed7e909e43a0e065be1ee7f;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439 diff --git a/hacks/glx/gltext.c b/hacks/glx/gltext.c index 71e379ad..a24eefa3 100644 --- a/hacks/glx/gltext.c +++ b/hacks/glx/gltext.c @@ -35,10 +35,6 @@ #include -#ifdef HAVE_LOCALE_H -# include -#endif /* HAVE_LOCALE_H */ - #ifdef USE_GL /* whole file */ #ifdef HAVE_COCOA @@ -330,15 +326,6 @@ init_text (ModeInfo *mi) text_configuration *tp; int i; - /* setlocale (LC_TIME, "") only refers to environment: - not needed - */ -#if 0 -# ifdef HAVE_SETLOCALE - setlocale (LC_TIME, ""); /* for strftime() calls */ -# endif -#endif - if (!tps) { tps = (text_configuration *) calloc (MI_NUM_SCREENS(mi), sizeof (text_configuration));