summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-14 01:08:10 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-02-14 01:08:10 -0800
commit7b3f9d6e5f4471e8e56120e7b7b5132dfd88063f (patch)
treed7d9bdd7d9a0877c12bfdfa5577e27f8e3eddfdc /MobileCydia.mm
parent807b2b8d0c414267a1084e2baa9ffba6bc17d230 (diff)
Remove cydia://storage.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm5
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];
}