]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_data.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_data.C
index b8f44dea0825e15a0d06ec4df9eccf409646fec8..e466a7178fd22321b39068756ba2e5e950d54984 100644 (file)
@@ -276,7 +276,7 @@ void MathArray::metrics(MetricsInfo & mi) const
 void MathArray::draw(PainterInfo & pi, int x, int y) const
 {
        //lyxerr << "MathArray::draw: x: " << x << " y: " << y << endl;
-       setXY(x, y);    
+       setXY(x, y);
 
        if (empty()) {
                pi.pain.rectangle(x, y - ascent(), width(), height(), LColor::mathline);
@@ -410,7 +410,7 @@ int MathArray::dist(int x, int y) const
 
 void MathArray::setXY(int x, int y) const
 {
-       lyxerr << "setting position cache for MathArray " << this << std::endl;
+       //lyxerr << "setting position cache for MathArray " << this << std::endl;
        theCoords.arrays_.add(this, x, y);
 }