From 32e80cb389c7b253e9725f34f6c67f6ed71bddda Mon Sep 17 00:00:00 2001 From: "dcone%netscape.com" Date: Fri, 27 Aug 1999 20:58:37 +0000 Subject: [PATCH] removed a debug printf git-svn-id: svn://10.0.0.236/trunk@44872 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/nsCSSRendering.cpp | 2 -- mozilla/layout/html/style/src/nsCSSRendering.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/mozilla/layout/base/nsCSSRendering.cpp b/mozilla/layout/base/nsCSSRendering.cpp index fd723966a6b..53ecf95dc20 100644 --- a/mozilla/layout/base/nsCSSRendering.cpp +++ b/mozilla/layout/base/nsCSSRendering.cpp @@ -2649,8 +2649,6 @@ void RoundedRect::Set(nscoord aLeft,nscoord aTop,PRInt32 aWidth,PRInt32 aHeight,PRInt16 aRadius) { - printf("starting button\n"); - if( (aRadius) > (aWidth>>1) ){ mRoundness = (aWidth>>1); } else { diff --git a/mozilla/layout/html/style/src/nsCSSRendering.cpp b/mozilla/layout/html/style/src/nsCSSRendering.cpp index fd723966a6b..53ecf95dc20 100644 --- a/mozilla/layout/html/style/src/nsCSSRendering.cpp +++ b/mozilla/layout/html/style/src/nsCSSRendering.cpp @@ -2649,8 +2649,6 @@ void RoundedRect::Set(nscoord aLeft,nscoord aTop,PRInt32 aWidth,PRInt32 aHeight,PRInt16 aRadius) { - printf("starting button\n"); - if( (aRadius) > (aWidth>>1) ){ mRoundness = (aWidth>>1); } else {