From c0756aefe30ea5df93b3e7d2b76f65aaf815477d Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 11 Jan 2014 04:45:07 -0800 Subject: [PATCH] Even if Scale_ is 1, IsWild_ doesn't have to be 0. --- Library.mm | 3 --- 1 file changed, 3 deletions(-) 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)]); -- 2.45.2