]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_funcliminset.C
remove position cache from insets - these were the last data item stored in
[features.git] / src / mathed / math_funcliminset.C
index 9939eaf494bfca1c6b0e667c974252476caadb49..5af941b386eabf61ea9a57ede571f7708a39878e 100644 (file)
@@ -44,7 +44,5 @@ void MathFuncLimInset::metrics(MathMetricsInfo const & mi) const
 
 void MathFuncLimInset::draw(Painter & pain, int x, int y) const
 {  
-       xo(x);
-       yo(y);
        drawStr(pain, LM_TC_TEXTRM, mi_, x, y, sym_->name);
 }