mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 13:29:46 +00:00
Extracted RoundedTextFieldCell
This commit is contained in:
@@ -20,7 +20,6 @@ static NSUInteger randomInteger(NSUInteger minimum, NSUInteger maximum) {
|
||||
return maximum;
|
||||
}
|
||||
if( delta < 0 ) {
|
||||
maximum = minimum;
|
||||
minimum -= delta;
|
||||
delta = -delta;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user