]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathHull.cpp
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathHull.cpp
index c00a6819bb186824d89baa6ced2a603e96c6b534..f0eb3244d6eb045ea786724de4f55aa52fcff0ce 100644 (file)
@@ -1590,12 +1590,6 @@ void InsetMathHull::revealCodes(Cursor & cur) const
 }
 
 
-InsetCode InsetMathHull::lyxCode() const
-{
-       return MATH_CODE;
-}
-
-
 /////////////////////////////////////////////////////////////////////