]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.cpp
Get rid of Inset::setPosCache
[lyx.git] / src / mathed / InsetMathBig.cpp
index ff3765aed298e4953a9cb60623ea97504c86c624..76efc571dbf853dcc03a56e10cc2568a1346a8da 100644 (file)
@@ -90,7 +90,6 @@ void InsetMathBig::draw(PainterInfo & pi, int x, int y) const
                (delim_ == "\\\\") ? from_ascii("\\") : support::ltrim(delim_, "\\");
        mathed_draw_deco(pi, x + 1, y - dim.ascent(), 4, dim.height(),
                         delim);
-       setPosCache(pi, x, y);
 }