Author: matt
Date: 2012-04-30 17:43:56 -0700 (Mon, 30 Apr 2012)
New Revision: 9420
Log:
Removed debug print statement.

Modified:
   branches/branch-3.0/src/fltk3/run.cxx

Modified: branches/branch-3.0/src/fltk3/run.cxx
===================================================================
--- branches/branch-3.0/src/fltk3/run.cxx       2012-05-01 00:29:20 UTC (rev 
9419)
+++ branches/branch-3.0/src/fltk3/run.cxx       2012-05-01 00:43:56 UTC (rev 
9420)
@@ -1673,8 +1673,6 @@
   if (H > wi->h()-Y) H = wi->h()-Y;
   if (W <= 0 || H <= 0) return;
   
-  printf("DAMAGE %d %d %d %d\n", X, Y, W, H);
-
   if (!X && !Y && W==wi->w() && H==wi->h()) {
     // if damage covers entire window delete region:
     wi->damage(fl);

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to