]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathMacro.cpp
Rewrite selection code in mathed
[features.git] / src / mathed / MathMacro.cpp
index 4f478d0995f78c3c8226c3f1826136f52f9b4cdc..8b86dc6422e7cad83781318bc6dbd4547718505e 100644 (file)
@@ -802,14 +802,6 @@ void MathMacro::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void MathMacro::drawSelection(PainterInfo & pi, int x, int y) const
-{
-       // We may have 0 arguments, but InsetMathNest requires at least one.
-       if (!cells_.empty())
-               InsetMathNest::drawSelection(pi, x, y);
-}
-
-
 void MathMacro::setDisplayMode(MathMacro::DisplayMode mode, int appetite)
 {
        if (d->displayMode_ != mode) {