]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.C
Fix deleting of paragraphs after undo (fix #236).
[lyx.git] / src / lyxfunc.C
index 0857b261b34f8faa11f274d3cc3a3188c86705c6..59c5849cc7571f49ac8130ac28b44b897e4c48cc 100644 (file)
@@ -568,9 +568,6 @@ FuncStatus LyXFunc::getStatus(kb_action action,
        // the functions which insert insets
        Inset::Code code = Inset::NO_CODE;
        switch (action) {
-       case LFUN_INSET_TEXT:
-               code = Inset::TEXT_CODE;
-               break;
        case LFUN_INSET_ERT:
                code = Inset::ERT_CODE;         
                break;