X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/65fe894c774e2ed25ce990ac97ca3da3c7ebf0cc..cc6c86019d82bd83846feacb568e7e105f40fb23:/Cydia.mm?ds=sidebyside diff --git a/Cydia.mm b/Cydia.mm index ae230f69..bc1c0ccb 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -4753,30 +4753,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { return @"About"; } -@end -/* }}} */ -/* Storage View {{{ */ -@interface StorageView : BrowserView { -} - -@end - -@implementation StorageView - -- (NSString *) title { - return @"Storage"; -} - -#if !AlwaysReload -- (id) _rightButtonTitle { - return nil; -} -#endif - -- (bool) _loading { - return false; -} - @end /* }}} */ /* Manage View {{{ */ @@ -6759,7 +6735,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { if ([href isEqualToString:@"cydia://add-source"]) return [[[AddSourceView alloc] initWithBook:book_ database:database_] autorelease]; else if ([href isEqualToString:@"cydia://storage"]) - return [self _pageForURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"storage" ofType:@"html"]] withClass:[StorageView class]]; + return [self _pageForURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"storage" ofType:@"html"]] withClass:[BrowserView class]]; else if ([href isEqualToString:@"cydia://sources"]) return [[[SourceTable alloc] initWithBook:book_ database:database_] autorelease]; else if ([href isEqualToString:@"cydia://packages"])