diff options
-rw-r--r-- | MobileCydia.mm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index b5f9e93..c4dc0a5 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -6822,7 +6822,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { /* Cydia Navigation Controller Interface {{{ */ @interface CYNavigationController : UINavigationController { - _transient id<UINavigationControllerDelegate> delegate_; } - (NSArray *) navigationURLCollection; @@ -7152,10 +7151,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { [top reloadData]; } -- (void) setDelegate:(id<UINavigationControllerDelegate>)delegate { - delegate_ = delegate; -} - @end /* }}} */ @@ -9324,7 +9319,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { ConfirmationController *page([[[ConfirmationController alloc] initWithDatabase:database_] autorelease]); [page setDelegate:self]; CYNavigationController *confirm_([[[CYNavigationController alloc] initWithRootViewController:page] autorelease]); - [confirm_ setDelegate:self]; if (IsWildcat_) [confirm_ setModalPresentationStyle:UIModalPresentationFormSheet]; |