aboutsummaryrefslogtreecommitdiff
path: root/libX11/src/xlibi18n/Xlcint.h
diff options
context:
space:
mode:
Diffstat (limited to 'libX11/src/xlibi18n/Xlcint.h')
-rw-r--r--libX11/src/xlibi18n/Xlcint.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/libX11/src/xlibi18n/Xlcint.h b/libX11/src/xlibi18n/Xlcint.h
index 95d1f5d5c..ebef95ba1 100644
--- a/libX11/src/xlibi18n/Xlcint.h
+++ b/libX11/src/xlibi18n/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
);