]> git.saurik.com Git - cydia.git/commitdiff
Remove cydia://storage.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 14 Feb 2011 09:08:10 +0000 (01:08 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 14 Feb 2011 09:08:10 +0000 (01:08 -0800)
MobileCydia.mm

index 48aa430c8ac62ecdd09a92c4327469b81eb60a10..aae8dd530b96d54b3d3b9cd20113765ae3bd1281 100644 (file)
@@ -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];
         }