stop saying "15" on stdout

This commit is contained in:
Caolán McNamara
2011-12-12 11:35:49 +00:00
parent 7d7496bd4c
commit 6765b2b715

View File

@@ -2103,7 +2103,6 @@ static Rectangle NWGetSpinButtonRect( int nScreen,
buttonRect.Left() = buttonRect.Right()+1;
buttonRect.Right() = aAreaRect.Right();
} else {
printf("%ld\n", buttonRect.GetWidth());
buttonRect.Right() = buttonRect.Left()-1;
buttonRect.Left() = aAreaRect.Left();
}