diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/coding.h b/src/coding.h index 4973cf89eb1..9ad1e954f8d 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -97,9 +97,6 @@ enum define_coding_undecided_arg_index | |||
| 97 | 97 | ||
| 98 | extern Lisp_Object Vcoding_system_hash_table; | 98 | extern Lisp_Object Vcoding_system_hash_table; |
| 99 | 99 | ||
| 100 | /* Name (or base name) of work buffer for code conversion. */ | ||
| 101 | extern Lisp_Object Vcode_conversion_workbuf_name; | ||
| 102 | |||
| 103 | /* Enumeration of index to an attribute vector of a coding system. */ | 100 | /* Enumeration of index to an attribute vector of a coding system. */ |
| 104 | 101 | ||
| 105 | enum coding_attr_index | 102 | enum coding_attr_index |