diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-14 01:08:10 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-14 01:08:10 -0800 |
commit | 7b3f9d6e5f4471e8e56120e7b7b5132dfd88063f (patch) | |
tree | d7d9bdd7d9a0877c12bfdfa5577e27f8e3eddfdc | |
parent | 807b2b8d0c414267a1084e2baa9ffba6bc17d230 (diff) |
Remove cydia://storage.
-rw-r--r-- | MobileCydia.mm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 48aa430..aae8dd5 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8897,11 +8897,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { controller = [[[CYBrowserController alloc] init] autorelease]; [(CYBrowserController *)controller loadURL:[NSURL URLWithString:destination]]; } else if ([components count] == 1) { - if ([base isEqualToString:@"storage"]) { - controller = [[[CYBrowserController alloc] init] autorelease]; - [(CYBrowserController *)controller loadURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"storage" ofType:@"html"]]]; - } - if ([base isEqualToString:@"manage"]) { controller = [[[ManageController alloc] init] autorelease]; } |