ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-5.01.tar.gz
[xscreensaver] / hacks / change_locale.h
diff --git a/hacks/change_locale.h b/hacks/change_locale.h
deleted file mode 100644 (file)
index 94e7eb1..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _CHANGE_LOCALE_H
-#define _CHANGE_LOCALE_H
-
-/* The xscreensaver hacks deal badly with these locales, since the
-   existing code by and large can't handle multi-byte characters.
-   So, if the current locale is set to one beginning with any of
-   these prefixes, we set the locale to "C" instead.
- */
-
-static const char * const change_locale[] = { 
-  "ja_JP",
-  "ko",
-  "zh",
-  NULL
-};
-
-#endif