summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-28 05:35:25 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-07 02:41:27 -0800
commit86916d7b35e413f50d64df0943d31b7c810fc58f (patch)
treeef48e65ede077de6fdbc8bc2214278c30f7d7cac /MobileCydia.mm
parent205f9f5edd78d47bca77ad6a0432f6407219cc4c (diff)
Remove obsolete CYNavigationController::delegate_.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm6
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];