From d544eabd7ecfac01ec20121d868c78360b3d2dc3 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Tue, 1 Feb 2011 09:54:00 -0800 Subject: Removed unused "accessory_" ivar of SectionsController. --- MobileCydia.mm | 6 ------ 1 file changed, 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 /* }}} */ -- cgit v1.2.3