summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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