summaryrefslogtreecommitdiff
path: root/src/coding.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2000-07-27 05:46:12 +0000
committerKenichi Handa <handa@m17n.org>2000-07-27 05:46:12 +0000
commitabbe1b451d5b8416bbcc75db5d5bfa1dc9e79b21 (patch)
treeca97a29dcdb2529fa3a2fd562982c2f9784d71aa /src/coding.h
parent339cebdcbe970ce30d6bb2d29b63c15bc8de40df (diff)
downloademacs-abbe1b451d5b8416bbcc75db5d5bfa1dc9e79b21.tar.gz
(struct coding_system): Member safe_charset deleted.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h6
1 files changed, 0 insertions, 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;