]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_inset.C
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / mathed / math_inset.C
index caf2c802f96a27a5dcb0a3a000c02566adc1a009..902e40fcb9c3fda0d8a0a197bd90c4969c633d20 100644 (file)
@@ -273,7 +273,7 @@ bool MathFracInset::Inside(int x, int y)
 
 void MathFracInset::SetFocus(int /*x*/, int y)
 {  
-//    fprintf(stderr, "y %d %d %d ", y, yo, den->yo);
+//    lyxerr << "y " << y << " " << yo << " " << den->yo << " ";
     idx = (y > yo) ? 1: 0;
 }
 
@@ -410,7 +410,7 @@ void MathMatrixInset::Metrics()
     MathedRowSt *cprow=0, *cxrow;
 
     if (!row) {
-//     fprintf(stderr, " MIDA ");
+//     lyxerr << " MIDA ";
        MathedXIter it(this);
        row = it.adjustVerticalSt();
     }