X-Git-Url: https://git.saurik.com/winterboard.git/blobdiff_plain/f4b021a2d1df286aa07e1ab1ec147f1dabbeaaf7..f07404e0e0f880e7aa6a5cba87c852a524f64cbf:/Library.mm 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));