From 898a4901e92be81f681d8dd823156ae4f66b4e7f Mon Sep 17 00:00:00 2001 From: "ramiro%netscape.com" Date: Wed, 25 Aug 1999 04:01:57 +0000 Subject: [PATCH] #ifdef out annoying printf. git-svn-id: svn://10.0.0.236/trunk@44448 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/nsCSSRendering.cpp | 3 +++ mozilla/layout/html/style/src/nsCSSRendering.cpp | 3 +++ 2 files changed, 6 insertions(+) diff --git a/mozilla/layout/base/nsCSSRendering.cpp b/mozilla/layout/base/nsCSSRendering.cpp index faf64760676..8ba7a027739 100644 --- a/mozilla/layout/base/nsCSSRendering.cpp +++ b/mozilla/layout/base/nsCSSRendering.cpp @@ -2657,7 +2657,10 @@ RoundedRect::Set(nscoord aLeft,nscoord aTop,PRInt32 aWidth,PRInt32 aHeight,PRIn { PRInt32 width; +#ifdef DEBUG_dcone printf("Starting Button\n"); +#endif + width = aLeft+aWidth; if( aRadius > (aWidth>>1) ) diff --git a/mozilla/layout/html/style/src/nsCSSRendering.cpp b/mozilla/layout/html/style/src/nsCSSRendering.cpp index faf64760676..8ba7a027739 100644 --- a/mozilla/layout/html/style/src/nsCSSRendering.cpp +++ b/mozilla/layout/html/style/src/nsCSSRendering.cpp @@ -2657,7 +2657,10 @@ RoundedRect::Set(nscoord aLeft,nscoord aTop,PRInt32 aWidth,PRInt32 aHeight,PRIn { PRInt32 width; +#ifdef DEBUG_dcone printf("Starting Button\n"); +#endif + width = aLeft+aWidth; if( aRadius > (aWidth>>1) )