]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNest.cpp
Get rid of Inset::setPosCache
[lyx.git] / src / mathed / InsetMathNest.cpp
index 3794a58f607e6daec42931c6f0fa1ab1db1e5985..ecd823063e092fc357c7b9a4075c16623852671f 100644 (file)
@@ -265,14 +265,13 @@ void InsetMathNest::dump() const
 }
 
 
-void InsetMathNest::draw(PainterInfo & pi, int x, int y) const
+void InsetMathNest::draw(PainterInfo &, int, int) const
 {
 #if 0
        if (lock_)
                pi.pain.fillRectangle(x, y - ascent(), width(), height(),
                                        Color_mathlockbg);
 #endif
-       setPosCache(pi, x, y);
 }