summaryrefslogtreecommitdiffstats
path: root/mbbsd/i18n.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/i18n.c')
-rw-r--r--mbbsd/i18n.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mbbsd/i18n.c b/mbbsd/i18n.c
index 650709d7..4105977d 100644
--- a/mbbsd/i18n.c
+++ b/mbbsd/i18n.c
@@ -6,7 +6,6 @@
#define MAX_STRING_LEN 4096
#define MAX_BUFFER_SIZE (MAX_LANG * MAX_STRING * 20)
-#ifdef I18N
int parse_hex(unsigned char *buf, unsigned char *ret) {
int len = 0;
unsigned char table[] = "0123456789ABCDEF";
@@ -151,4 +150,3 @@ void load_i18nstring() {
load_language(lang_file[i], SHM->i18nstr[i], &offset);
}
}
-#endif