From 807b2b8d0c414267a1084e2baa9ffba6bc17d230 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Mon, 14 Feb 2011 00:40:21 -0800 Subject: [PATCH] Fix lazy loading of PackageController, dependent on lazy laoding of BrowserController.' --- MobileCydia.mm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/MobileCydia.mm b/MobileCydia.mm index dcc9b153..48aa430c 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -5470,10 +5470,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { [super dealloc]; } -- (void) release { - [super release]; -} - - (NSURL *) navigationURL { return [NSURL URLWithString:[NSString stringWithFormat:@"cydia://package/%@", [package_ id]]]; } @@ -5566,16 +5562,11 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { } #endif -- (void) viewWillAppear:(BOOL)animated { - [super viewWillAppear:animated]; -} - - (id) initWithDatabase:(Database *)database forPackage:(NSString *)name { if ((self = [super init]) != nil) { database_ = database; buttons_ = [[NSMutableArray alloc] initWithCapacity:4]; name_ = [[NSString alloc] initWithString:name]; - [self reloadData]; } return self; } -- 2.45.2