#ifdef out annoying printf.

git-svn-id: svn://10.0.0.236/trunk@44448 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%netscape.com
1999-08-25 04:01:57 +00:00
parent 03c5d82ce6
commit 898a4901e9
2 changed files with 6 additions and 0 deletions

View File

@@ -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) )