diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-12-11 16:54:06 -0800 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2010-12-11 16:54:06 -0800 |
commit | c8318ee479dbde338062fe5228dd8ebde94a0c22 (patch) | |
tree | 3495e93726b90e1ae1b90332137a7369912c8bde | |
parent | 6056cd7aa416624a1678014eae64138affa31b5c (diff) |
Removed unused AddSourceController stub.
-rw-r--r-- | MobileCydia.mm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index e9ff8fc..73f9ddc 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -5754,25 +5754,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { /* }}} */ -/* Add Source Controller {{{ */ -@interface AddSourceController : CYViewController { - _transient Database *database_; -} - -- (id) initWithDatabase:(Database *)database; - -@end - -@implementation AddSourceController - -- (id) initWithDatabase:(Database *)database { - if ((self = [super init]) != nil) { - database_ = database; - } return self; -} - -@end -/* }}} */ /* Source Cell {{{ */ @interface SourceCell : CYTableViewCell < ContentDelegate |