From: Jay Freeman (saurik) Date: Sat, 11 Jan 2014 12:45:07 +0000 (-0800) Subject: Even if Scale_ is 1, IsWild_ doesn't have to be 0. X-Git-Tag: v0.9.3912~10 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/c0756aefe30ea5df93b3e7d2b76f65aaf815477d Even if Scale_ is 1, IsWild_ doesn't have to be 0. --- diff --git a/Library.mm b/Library.mm index 3cd36f7..1e79f60 100644 --- a/Library.mm +++ b/Library.mm @@ -255,9 +255,6 @@ static NSArray *$useScale$(NSArray *files, bool use = true) { Scale_ = 1; } - if (Scale_ == 1) - return files; - NSString *idiom(IsWild_ ? @"ipad" : @"iphone"); NSMutableArray *scaled([NSMutableArray arrayWithCapacity:([files count] * 4)]);