]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_sizeinset.C
remove position cache from insets - these were the last data item stored in
[features.git] / src / mathed / math_sizeinset.C
index d7e4c1b5300eab6078a63075b123aa9fa8d48370..a06896ba0fe76d45f0a6bbe916c25bdeca81fa93 100644 (file)
@@ -20,8 +20,6 @@ MathInset * MathSizeInset::clone() const
 
 void MathSizeInset::draw(Painter & pain, int x, int y) const
 {
-       xo(x);
-       yo(y);
        xcell(0).draw(pain, x, y);
 }