]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathDelim.cpp
Get rid of Inset::setPosCache
[features.git] / src / mathed / InsetMathDelim.cpp
index d2b284f1907aaddd525514c9d2459094cd9fbd84..e039e64a19170c9b507f725808c24d8b78002ca5 100644 (file)
@@ -131,7 +131,6 @@ void InsetMathDelim::draw(PainterInfo & pi, int x, int y) const
        mathed_draw_deco(pi, x, b, dw_, dim.height(), left_);
        mathed_draw_deco(pi, x + dim.width() - dw_,
                b, dw_, dim.height(), right_);
-       setPosCache(pi, x, y);
 }