emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 750721c: Remove unused coding enums


From: Paul Eggert
Subject: [Emacs-diffs] master 750721c: Remove unused coding enums
Date: Mon, 17 Apr 2017 02:08:01 -0400 (EDT)

branch: master
commit 750721c3943e5837d7d9292d6462a144a49347c7
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Remove unused coding enums
    
    * src/coding.h (enum coding_system_type, enum end_of_line_type):
    Remove; unused.
---
 src/coding.h | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/src/coding.h b/src/coding.h
index 7a1dd68..77f90ec 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -96,39 +96,6 @@ enum define_coding_undecided_arg_index
 extern Lisp_Object Vcoding_system_hash_table;
 
 
-/* Enumeration of coding system type.  */
-
-enum coding_system_type
-  {
-    coding_type_charset,
-    coding_type_utf_8,
-    coding_type_utf_16,
-    coding_type_iso_2022,
-    coding_type_emacs_mule,
-    coding_type_sjis,
-    coding_type_ccl,
-    coding_type_raw_text,
-    coding_type_undecided,
-    coding_type_max
-  };
-
-
-/* Enumeration of end-of-line format type.  */
-
-enum end_of_line_type
-  {
-    eol_lf,            /* Line-feed only, same as Emacs' internal
-                          format.  */
-    eol_crlf,          /* Sequence of carriage-return and
-                          line-feed.  */
-    eol_cr,            /* Carriage-return only.  */
-    eol_any,           /* Accept any of above.  Produce line-feed
-                          only.  */
-    eol_undecided,     /* This value is used to denote that the
-                          eol-type is not yet undecided.  */
-    eol_type_max
-  };
-
 /* Enumeration of index to an attribute vector of a coding system.  */
 
 enum coding_attr_index



reply via email to

[Prev in Thread] Current Thread [Next in Thread]