From: Grant Paul Date: Tue, 4 Jan 2011 04:54:38 +0000 (-0800) Subject: Removed obsolete reference to AddSourceController. X-Git-Tag: v1.1.0%b1~367^2~26^2~2 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/acf268596fe5c872a3630c674b4b3d40fc5de47b?hp=-c Removed obsolete reference to AddSourceController. --- acf268596fe5c872a3630c674b4b3d40fc5de47b diff --git a/MobileCydia.mm b/MobileCydia.mm index 5d52a60e..efea8a9f 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -6461,11 +6461,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { } - (void) addButtonClicked { - /*[book_ pushPage:[[[AddSourcesController alloc] - initWithBook:book_ - database:database_ - ] autorelease]];*/ - [self showAddSourcePrompt]; }