]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.C
the DocIterator stuff
[lyx.git] / src / mathed / math_diminset.C
index 034ad1510e1b41fed49bfbf654313debcbe2250a..e2e898cfa3285ec4c8add61925336d41371a51ae 100644 (file)
@@ -15,7 +15,7 @@
 
 
 MathDimInset::MathDimInset()
-       : xo_(-3), yo_(-3)
+       : xo_(-3), yo_(-3) // some sentinel value for debugging
 {}
 
 
@@ -39,7 +39,7 @@ int MathDimInset::width() const
 
 void MathDimInset::setPosCache(PainterInfo const &, int x, int y) const
 {
-       lyxerr << "MathDimInset:: position cache to " << x << " " << y << std::endl;
+       //lyxerr << "MathDimInset: cache to " << x << " " << y << std::endl;
        xo_ = x;
        yo_ = y;
 }