]> git.saurik.com Git - cydia.git/commitdiff
Removed obsolete reference to AddSourceController.
authorGrant Paul <chpwn@chpwn.com>
Tue, 4 Jan 2011 04:54:38 +0000 (20:54 -0800)
committerGrant Paul <chpwn@chpwn.com>
Tue, 4 Jan 2011 04:54:38 +0000 (20:54 -0800)
MobileCydia.mm

index 5d52a60e74846068e4eb8eef526fd351de06ce38..efea8a9f41465eea31c96c3f0021a1cb71e51206 100644 (file)
@@ -6461,11 +6461,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
 }
 
 - (void) addButtonClicked {
-    /*[book_ pushPage:[[[AddSourcesController alloc]
-        initWithBook:book_
-        database:database_
-    ] autorelease]];*/
-
     [self showAddSourcePrompt];
 }