From 7b3f9d6e5f4471e8e56120e7b7b5132dfd88063f Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 14 Feb 2011 01:08:10 -0800 Subject: [PATCH] Remove cydia://storage. --- MobileCydia.mm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MobileCydia.mm b/MobileCydia.mm index 48aa430c..aae8dd53 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]; } -- 2.45.2