Extracted RoundedTextFieldCell

This commit is contained in:
michael starke
2013-06-05 12:32:39 +02:00
parent 8c4383b4d1
commit f7c6222910
20 changed files with 182 additions and 160 deletions

View File

@@ -20,7 +20,6 @@ static NSUInteger randomInteger(NSUInteger minimum, NSUInteger maximum) {
return maximum;
}
if( delta < 0 ) {
maximum = minimum;
minimum -= delta;
delta = -delta;
}