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/edit.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mbbsd/edit.c') diff --git a/mbbsd/edit.c b/mbbsd/edit.c index bc94d5a9..52d48656 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -1040,12 +1040,7 @@ write_file(char *fpath, int saveheader, int *islocal) } } } -#ifdef SUPPORT_GB - if (current_font_type == TYPE_GB) { - fprintf(fp, "%s\n", hc_convert_str(msg, HC_GBtoBIG, HC_DO_SINGLE)); - } else -#endif - fprintf(fp, "%s\n", msg); + fprintf(fp, "%s\n", msg); } } free(p); -- cgit v1.2.3