]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.C
fix "make dist" target
[lyx.git] / src / LyXAction.C
index f789969da6000d1384ccefe5aa766c40ce9b64d2..ddc2c5278d35a1e60ce412e669f570811059e087 100644 (file)
@@ -272,18 +272,6 @@ void LyXAction::init()
                { LFUN_ENDSEL, "line-end-select",
                  N_("Select to end of line"), ReadOnly },
                { LFUN_INSET_LIST, "list-insert", "", Noop },
-               { LFUN_LOA_INSERT, "loa-insert",
-                 N_("Insert list of algorithms"), Noop },
-               { LFUN_LOAVIEW, "loa-view",
-                 N_("View list of algorithms"), ReadOnly },
-               { LFUN_LOF_INSERT, "lof-insert",
-                 N_("Insert list of figures"), Noop },
-               { LFUN_LOFVIEW, "lof-view",
-                 N_("View list of figures"), ReadOnly },
-               { LFUN_LOT_INSERT, "lot-insert",
-                 N_("Insert list of tables"), Noop },
-               { LFUN_LOTVIEW, "lot-view",
-                 N_("View list of tables"), ReadOnly },
                { LFUN_QUIT, "lyx-quit", N_("Exit"), NoBuffer },
                { LFUN_INSET_MARGINAL, "marginalnote-insert",
                  N_("Insert Marginalnote"), Noop },
@@ -418,6 +406,8 @@ void LyXAction::init()
                  N_("Pop old message and show it in the minibuffer"),
                  NoBuffer },
                { LFUN_TRANSPOSE_CHARS, "chars-transpose", "", Noop },
+               { LFUN_FLOAT_LIST, "float-list", "Insert a float list", Noop },
+               { LFUN_ESCAPE, "escape", "", Noop },
                { LFUN_NOACTION, "", "", Noop }
        };