aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/Xlcint.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/Xlcint.h')
-rw-r--r--nx-X11/lib/X11/Xlcint.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/nx-X11/lib/X11/Xlcint.h b/nx-X11/lib/X11/Xlcint.h
index 7b10d8fd7..5a6205a1f 100644
--- a/nx-X11/lib/X11/Xlcint.h
+++ b/nx-X11/lib/X11/Xlcint.h
@@ -932,21 +932,6 @@ extern XLCd _XlcUtf8Loader(
const char* name
);
-/* The old EUC locale loader. */
-extern XLCd _XlcEucLoader(
- const char* name
-);
-
-/* The old SJIS locale loader. */
-extern XLCd _XlcSjisLoader(
- const char* name
-);
-
-/* The old ISO-2022-JP locale loader. */
-extern XLCd _XlcJisLoader(
- const char* name
-);
-
extern XLCd _XlcDynamicLoad(
const char* name
);