aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
361 CODING_MODE_XXX. */ 361 CODING_MODE_XXX. */
362 unsigned int mode; 362 unsigned int mode;
363 363
364 /* Table of safe character sets for this coding system. If the Nth
365 element is 0, the charset of ID N is not a safe character set.
366 Such a character set is not encoded when CODING_ISO_FLAG_SAFE is
367 set. */
368 unsigned char safe_charsets[MAX_CHARSET + 1];
369
370 /* The current status of composition handling. */ 364 /* The current status of composition handling. */
371 int composing; 365 int composing;
372 366