From: Grant Paul Date: Tue, 4 Jan 2011 04:54:38 +0000 (-0800) Subject: Removed obsolete reference to AddSourceController. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/efeb5fb83ca141640e5ad5c2907c5c743cd2cbc9?hp=--cc Removed obsolete reference to AddSourceController. --- efeb5fb83ca141640e5ad5c2907c5c743cd2cbc9 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]; }