]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNest.cpp
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathNest.cpp
index 8c4bc3b089ac74feb1d74e01badb840ecc97dc39..c6e25b59945d0696f10b15e040631a79c724ae41 100644 (file)
@@ -1254,10 +1254,6 @@ bool InsetMathNest::getStatus(Cursor & cur, FuncRequest const & cmd,
        case LFUN_FONT_DEFAULT:
                flag.setEnabled(true);
                break;
-       case LFUN_MATH_MUTATE:
-               //flag.setOnOff(mathcursor::formula()->hullType() == to_utf8(cmd.argument()));
-               flag.setOnOff(false);
-               break;
 
        // we just need to be in math mode to enable that
        case LFUN_MATH_SIZE: