]> git.saurik.com Git - winterboard.git/commitdiff
Even if Scale_ is 1, IsWild_ doesn't have to be 0.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 11 Jan 2014 12:45:07 +0000 (04:45 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 11 Jan 2014 12:45:43 +0000 (04:45 -0800)
Library.mm

index 3cd36f77d889e8fe848b072c7f39432c3d44617a..1e79f60fdc8dcde381197c5f8f071769aac692f4 100644 (file)
@@ -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)]);