]> git.lyx.org Git - lyx.git/blobdiff - src/trans_decl.h
remove some very old dead code
[lyx.git] / src / trans_decl.h
index 71ab9d5d59689ed013ac5a812b1a630484367665..a9b6de44e55f1faaf3bd33771120a426abd3b237 100644 (file)
@@ -2,34 +2,26 @@
 #ifndef Trans_Decl_h
 #define Trans_Decl_h
 
-#include <list>
-
 #include "LString.h"
 #include "tex-accent.h"
 
+#include <list>
+
+
 ///
 struct Keyexc {
        /// character to make exception
        char c;
        /// exception data
        string data;
-#if 0
-       ///
-       Keyexc * next;
-#endif
        /// Combination with another deadkey
        bool combined;
        /// The accent comined with
        tex_accent accent;
 };
 
-#if 0
-///
-typedef Keyexc * KmodException;
-#else
 ///
 typedef std::list<Keyexc> KmodException;
-#endif
 
 ///
 struct KmodInfo {
@@ -37,10 +29,6 @@ struct KmodInfo {
        string data;
        ///
        tex_accent accent;
-#if 0
-       ///
-       string allowed;
-#endif
        ///
        KmodException exception_list;
        ///