Remove unused _tableTitleHeaderLabel from DBResourceListTableViewController

This commit is contained in:
Victor Kryukov
2011-06-11 21:55:05 +04:00
parent b25be71bab
commit 71fb2d1a0c
2 changed files with 0 additions and 2 deletions

View File

@@ -11,7 +11,6 @@
@interface DBResourceListTableViewController : TTTableViewController {
UILabel* _loadedAtLabel;
UILabel* _tableTitleHeaderLabel;
NSString* _resourcePath;
Class _resourceClass;

View File

@@ -16,7 +16,6 @@
- (id)initWithNavigatorURL:(NSURL *)URL query:(NSDictionary *)query {
if (self = [super initWithNavigatorURL:URL query:query]) {
self.title = @"Topics";
_tableTitleHeaderLabel.text = @"Recent Topics";
_resourcePath = [@"/topics" retain];
_resourceClass = [DBTopic class];