]> git.lyx.org Git - lyx.git/blobdiff - src/commandtags.h
remove more forms.h cruft
[lyx.git] / src / commandtags.h
index d3fc152ae86b8482f8cd3675be691d2af4d4f5fe..4725e88a3667451cf16e31b3e2fd8663606660a7 100644 (file)
 
 #include <iosfwd>
 
+#if 1
+// For NO_LATEX
+#include "lyxfont.h"
+#endif
+
 /** These are all the lyxfunctions (as enums).
     Please add new functions at the end of the enum, right
     before LFUN_LASTACTION.
@@ -49,7 +54,9 @@ enum kb_action {
        LFUN_HFILL,
        LFUN_DEPTH,
        LFUN_FREE,     // 30
+#ifndef NO_LATEX
        LFUN_TEX,
+#endif
 #if 0
        LFUN_FOOTMELT, // schedule for deletion
        LFUN_MARGINMELT, // schedule for deletion
@@ -293,7 +300,3 @@ enum kb_action {
 
 std::ostream & operator<<(std::ostream &, kb_action);
 #endif
-
-
-
-