From f07404e0e0f880e7aa6a5cba87c852a524f64cbf Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 25 Nov 2014 15:27:05 -0800 Subject: [PATCH] Remove a couple obsolete WBHookSymbols for shared. --- Library.mm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Library.mm b/Library.mm index 80e1869..28f5085 100644 --- a/Library.mm +++ b/Library.mm @@ -214,8 +214,6 @@ static UIImage *(*_UIImageWithNameInDomain)(NSString *name, NSString *domain); static UIImage *(*_UIImageWithNameUsingCurrentIdiom)(NSString *name); static UIImage *(*_UIImageWithDeviceSpecificName)(NSString *name); static NSBundle *(*_UIKitBundle)(); -static bool (*_UIPackedImageTableGetIdentifierForName)(NSString *, int *); -static int (*_UISharedImageNameGetIdentifier)(NSString *); static NSMutableDictionary *Images_ = [[NSMutableDictionary alloc] initWithCapacity:64]; static NSMutableDictionary *Cache_ = [[NSMutableDictionary alloc] initWithCapacity:64]; @@ -2463,8 +2461,6 @@ MSInitialize { #endif WBHookSymbol(image, _UIKitBundle); - WBHookSymbol(image, _UIPackedImageTableGetIdentifierForName); - WBHookSymbol(image, _UISharedImageNameGetIdentifier); MSHookFunction(_UIImageWithName, MSHake(_UIImageWithName)); -- 2.45.2