From: Grant Paul Date: Tue, 1 Feb 2011 17:54:00 +0000 (-0800) Subject: Removed unused "accessory_" ivar of SectionsController. X-Git-Tag: v1.1.0%b1~367^2~8 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/d544eabd7ecfac01ec20121d868c78360b3d2dc3 Removed unused "accessory_" ivar of SectionsController. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 2e7abada..023284a5 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 /* }}} */