зеркало из https://github.com/mozilla/pjs.git
removed a debug printf
This commit is contained in:
Родитель
6f5947ed73
Коммит
ccd44a6d7a
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче