summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2010-12-11 16:54:06 -0800
committerGrant Paul <chpwn@chpwn.com>2010-12-11 16:54:06 -0800
commitc8318ee479dbde338062fe5228dd8ebde94a0c22 (patch)
tree3495e93726b90e1ae1b90332137a7369912c8bde
parent6056cd7aa416624a1678014eae64138affa31b5c (diff)
Removed unused AddSourceController stub.
-rw-r--r--MobileCydia.mm19
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