summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2011-01-03 20:54:38 -0800
committerGrant Paul <chpwn@chpwn.com>2011-01-03 20:54:38 -0800
commitacf268596fe5c872a3630c674b4b3d40fc5de47b (patch)
tree43e73c0621b7202410c4079cce6b96b6ba081ba9
parentbe45a8cfd12aacd4d9d841044ff45177a8b4ab3e (diff)
Removed obsolete reference to AddSourceController.
-rw-r--r--MobileCydia.mm5
1 files changed, 0 insertions, 5 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 5d52a60..efea8a9 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];
}