]> git.saurik.com Git - cydia.git/commitdiff
Remove obsolete CYNavigationController::delegate_.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 28 Feb 2011 13:35:25 +0000 (05:35 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 7 Mar 2011 10:41:27 +0000 (02:41 -0800)
MobileCydia.mm

index b5f9e9392ce219b4c87ec00d3dffcf623b114071..c4dc0a502fce8869dfe0a0197f18c48a7c75d362 100644 (file)
@@ -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];