From abbe1b451d5b8416bbcc75db5d5bfa1dc9e79b21 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 27 Jul 2000 05:46:12 +0000 Subject: [PATCH] (struct coding_system): Member safe_charset deleted. --- src/coding.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/coding.h b/src/coding.h index 7dd39ee25dd..4692e1ddc71 100644 --- a/src/coding.h +++ b/src/coding.h @@ -361,12 +361,6 @@ struct coding_system CODING_MODE_XXX. */ unsigned int mode; - /* Table of safe character sets for this coding system. If the Nth - element is 0, the charset of ID N is not a safe character set. - Such a character set is not encoded when CODING_ISO_FLAG_SAFE is - set. */ - unsigned char safe_charsets[MAX_CHARSET + 1]; - /* The current status of composition handling. */ int composing; -- 2.39.2