From: Jay Freeman (saurik) Date: Sun, 24 Jul 2011 10:19:08 +0000 (+0000) Subject: Removed SummerBoard -72 code. X-Git-Tag: v0.9.3900~5 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/f53378dc49e468626bbc1f33a8205fe40c9c7a27 Removed SummerBoard -72 code. --- diff --git a/Library.mm b/Library.mm index a55c7d1..e882c25 100644 --- a/Library.mm +++ b/Library.mm @@ -476,7 +476,7 @@ MSHook(UIImage *, SBApplicationIcon$icon, SBApplicationIcon *self, SEL sel) { MSHook(UIImage *, SBApplicationIcon$generateIconImage$, SBApplicationIcon *self, SEL sel, int type) { if (type == 2) if (![Info_ wb$boolForKey:@"ComposeStoreIcons"]) { - if (IsWild_) + if (IsWild_ && false) // XXX: delete this code, it should not be supported if (NSString *path72 = $pathForIcon$([self application], @"-72")) return [UIImage imageWithContentsOfFile:path72]; if (NSString *path = $pathForIcon$([self application]))