From 23c0ec2222be9680dce65e51b9c19ba217ae83a8 Mon Sep 17 00:00:00 2001 From: victor Date: Thu, 8 Jan 2004 17:15:14 +0000 Subject: rm SUPPORT_GB code mv protos to convert.c rename Jaky_outs git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1476 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/io.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mbbsd/io.c') diff --git a/mbbsd/io.c b/mbbsd/io.c index 30a4a99f..69aa7bbc 100644 --- a/mbbsd/io.c +++ b/mbbsd/io.c @@ -573,12 +573,6 @@ oldgetdata(int line, int col, char *prompt, char *buf, int len, int echo) } if ((echo == LCECHO) && isupper(buf[0])) buf[0] = tolower(buf[0]); -#ifdef SUPPORT_GB - if (echo == DOECHO && current_font_type == TYPE_GB) { - // FIXME check buffer length - strcpy(buf, hc_convert_str(buf, HC_GBtoBIG, HC_DO_SINGLE)); - } -#endif return clen; } -- cgit v1.2.3