summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MobileCydia.mm6
1 files changed, 0 insertions, 6 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 2e7abad..023284a 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -6647,7 +6647,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
NSMutableArray *sections_;
NSMutableArray *filtered_;
UITableView *list_;
- UIView *accessory_;
BOOL editing_;
}
@@ -6668,7 +6667,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
[sections_ release];
[filtered_ release];
[list_ release];
- [accessory_ release];
[super dealloc];
}
@@ -6824,10 +6822,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
[self setEditing:!editing_];
}
-- (UIView *) accessoryView {
- return accessory_;
-}
-
@end
/* }}} */