]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_specialcharinset.C
remove position cache from insets - these were the last data item stored in
[features.git] / src / mathed / math_specialcharinset.C
index bfd1eaf130b089f74f0d27d189c0d5bd575db8f9..fad43219c75a04661eb4332967a69c9a4c243471 100644 (file)
@@ -44,8 +44,6 @@ void MathSpecialCharInset::metrics(MathMetricsInfo const & mi) const
 
 void MathSpecialCharInset::draw(Painter & pain, int x, int y) const
 { 
-       xo(x);
-       yo(y);
        drawChar(pain, LM_TC_CONST, mi_, x, y, char_);
 }