diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-17 03:32:47 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-17 03:32:47 -0800 |
commit | c9132db418f017e9f72d31b1aeb9ef31bd6e0de8 (patch) | |
tree | 00d32c4260e5da88e3103b6485810b0819ed6469 | |
parent | 1aa295469003a507738adb02f9c536263909337d (diff) |
Remove extraneous [[self navigationItem] setTitle:] calls.
-rw-r--r-- | MobileCydia.mm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index b2cb42f..2b6bd1e 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4282,8 +4282,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { if ((self = [super init]) != nil) { database_ = database; - [[self navigationItem] setTitle:UCLocalize("CONFIRM")]; - NSMutableArray *installing = [NSMutableArray arrayWithCapacity:16]; NSMutableArray *reinstalling = [NSMutableArray arrayWithCapacity:16]; NSMutableArray *upgrading = [NSMutableArray arrayWithCapacity:16]; @@ -6087,8 +6085,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { } - (void) viewDidLoad { - [[self navigationItem] setTitle:UCLocalize("MANAGE")]; - [[self navigationItem] setLeftBarButtonItem:[[[UIBarButtonItem alloc] initWithTitle:UCLocalize("SETTINGS") style:UIBarButtonItemStylePlain |