]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macrotemplate.C
remove position cache from insets - these were the last data item stored in
[features.git] / src / mathed / math_macrotemplate.C
index 486e200cc0e15be1823f9d945987e2894a7b5316..2e9c9d2ef10bc5963d307e9a6a477134067ea308 100644 (file)
@@ -67,8 +67,6 @@ void MathMacroTemplate::metrics(MathMetricsInfo const & mi) const
 
 void MathMacroTemplate::draw(Painter & pain, int x, int y) const
 {
-       xo(x);
-       yo(y);
        xcell(0).draw(pain, x + 2, y + 1);
        pain.rectangle(x, y - ascent(), width(), height(), LColor::blue);
 }