diff options
author | Grant Paul <chpwn@chpwn.com> | 2011-01-03 20:54:38 -0800 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2011-01-03 20:54:38 -0800 |
commit | acf268596fe5c872a3630c674b4b3d40fc5de47b (patch) | |
tree | 43e73c0621b7202410c4079cce6b96b6ba081ba9 /MobileCydia.mm | |
parent | be45a8cfd12aacd4d9d841044ff45177a8b4ab3e (diff) |
Removed obsolete reference to AddSourceController.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 5 |
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]; } |