]> git.lyx.org Git - lyx.git/blobdiff - src/commandtags.h
Added new FINISED states FINISHED_RIGHT, FINISHED_UP, FINISHED_DOWN.
[lyx.git] / src / commandtags.h
index d9a2380316b456cc1775e106fe238e8c56a5c1f2..795c059b760558f2f7b8a90fcd28551d419faa37 100644 (file)
@@ -12,9 +12,6 @@
 
 #include <iosfwd>
 
-// this will not be needed anymore when NO_LATEX is the default.
-#include "lyxfont.h"
-
 /** These are all the lyxfunctions (as enums).
     Please add new functions at the end of the enum, right
     before LFUN_LASTACTION.
@@ -53,9 +50,6 @@ 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
@@ -125,7 +119,6 @@ enum kb_action {
        LFUN_LINEATCURSOR,
        LFUN_GETLAYOUT,
        LFUN_GETFONT,
-       LFUN_GETLATEX,
        LFUN_GETNAME, // 100
        LFUN_NOTIFY,
         LFUN_GOTOFILEROW,   // Edmar 12/23/98