Author: stephane
Date: 2008-02-21 04:28:27 -0500 (Thu, 21 Feb 2008)
New Revision: 96326

Modified:
   trunk/moon/src/text.cpp
Log:
removing debug output

Modified: trunk/moon/src/text.cpp
===================================================================
--- trunk/moon/src/text.cpp     2008-02-21 09:27:29 UTC (rev 96325)
+++ trunk/moon/src/text.cpp     2008-02-21 09:28:27 UTC (rev 96326)
@@ -1531,7 +1531,6 @@
        else {
                double d = desc->GetFont ()->Descender ();
                double h = desc->GetFont ()->Height ();
-               printf ("y d h: %f %f %f\n", origin_y, d, h);
                return Point (origin_x, origin_y - d - h);
        }
 }

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to