changeset 30486:56dec1b451fe

(struct coding_system): Member safe_charset deleted.
author Kenichi Handa <handa@m17n.org>
date Thu, 27 Jul 2000 05:46:12 +0000
parents 5551289a9329
children 6165da9c89c6
files src/coding.h
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.h	Thu Jul 27 05:37:42 2000 +0000
+++ b/src/coding.h	Thu Jul 27 05:46:12 2000 +0000
@@ -361,12 +361,6 @@
      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;