]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
Compare: Actually abort the process when cancel is pressed.
[lyx.git] / src / FuncCode.h
index 12996600b86a177afe837198385b8f840329ac7f..b0fb40d943312b23e9f979abfaa6c7abf08d2c77 100644 (file)
@@ -169,7 +169,7 @@ enum FuncCode
        LFUN_WORD_DELETE_BACKWARD,
        // 115
        LFUN_LINE_DELETE,
-       LFUN_NOTES_MUTATE,
+       LFUN_DEBUG_LEVEL_SET,
        LFUN_MARK_OFF,
        LFUN_MARK_ON,
        LFUN_LAYOUT,
@@ -444,7 +444,6 @@ enum FuncCode
        LFUN_SCREEN_SHOW_CURSOR,        // vfr, 20090325
        LFUN_CURSOR_FOLLOWS_SCROLLBAR_TOGGLE, // ARRae 971202
        // 345
-       LFUN_DEBUG_LEVEL_SET,
 
        LFUN_LASTACTION                 // end of the table
 };