summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2011-02-01 09:54:00 -0800
committerGrant Paul <chpwn@chpwn.com>2011-02-01 09:54:00 -0800
commitd544eabd7ecfac01ec20121d868c78360b3d2dc3 (patch)
tree286d50d88798f507632f213aa1571c8fd1507f92
parent106d645f5846b972245285e9d075b11be88f8de8 (diff)
Removed unused "accessory_" ivar of SectionsController.
-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
/* }}} */