From c8318ee479dbde338062fe5228dd8ebde94a0c22 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Sat, 11 Dec 2010 16:54:06 -0800 Subject: [PATCH] Removed unused AddSourceController stub. --- MobileCydia.mm | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/MobileCydia.mm b/MobileCydia.mm index e9ff8fcb..73f9ddc5 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 -- 2.45.2