diff options
| -rw-r--r-- | src/charset.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/charset.h b/src/charset.h index 54ea631e517..18fdcfb16c0 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -245,7 +245,6 @@ extern Lisp_Object Vcharset_hash_table; | |||
| 245 | 245 | ||
| 246 | /* Table of struct charset. */ | 246 | /* Table of struct charset. */ |
| 247 | extern struct charset *charset_table; | 247 | extern struct charset *charset_table; |
| 248 | extern int charset_table_used; | ||
| 249 | 248 | ||
| 250 | #define CHARSET_FROM_ID(id) (charset_table + (id)) | 249 | #define CHARSET_FROM_ID(id) (charset_table + (id)) |
| 251 | 250 | ||