]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.C
Fix deleting of paragraphs after undo (fix #236).
[lyx.git] / src / LyXAction.C
index ad6b2f3f4e48da9f95dd3ec1976661eb4a42b9a6..62f974547a677c29c262ac1020002da6e5459423 100644 (file)
@@ -299,7 +299,6 @@ void LyXAction::init()
                { LFUN_MATH_MUTATE, "math-mutate", "", Noop },
                { LFUN_MATH_SPACE, "math-space", "", Noop },
                { LFUN_MATH_IMPORT_SELECTION, "math-import-selection", "", Noop },
-               { LFUN_MATH_MACROARG, "math-macro-arg", "", Noop },
                { LFUN_INSERT_MATRIX, "math-matrix", "", Noop },
                { LFUN_MATH_MODE, "math-mode", N_("Math mode"), Noop },
                { LFUN_MATH_NONUMBER, "math-nonumber", "", Noop },
@@ -379,8 +378,6 @@ void LyXAction::init()
                  N_("Tabular Features"), Noop },
                { LFUN_INSET_TABULAR, "tabular-insert",
                  N_("Insert a new Tabular Inset"), Noop },
-               { LFUN_INSET_TEXT, "text-insert",
-                 N_("Insert a new Text Inset"), Noop },
 #if 0
                { LFUN_INSET_THEOREM, "theorem-insert", "", Noop },
 #endif