Skip to content

Commit 39fa706

Browse files
author
Joey Lorich
committed
Remove warning.
1 parent 6b90230 commit 39fa706

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

EasyReader.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@
185185
9D8F319F171DE908006CFC6A /* icon_disclosure@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9D8F319E171DE908006CFC6A /* icon_disclosure@2x.png */; };
186186
9D8F31A4171ED4BE006CFC6A /* placeholder.png in Resources */ = {isa = PBXBuildFile; fileRef = 9D8F31A3171ED4BE006CFC6A /* placeholder.png */; };
187187
9D9CBABF18DC826700532F8C /* CSApplicationStyleService.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D9CBABE18DC826700532F8C /* CSApplicationStyleService.m */; };
188+
9D9CBAC318DCC52900532F8C /* CSApplicationStyleService.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D9CBABE18DC826700532F8C /* CSApplicationStyleService.m */; };
189+
9D9CBAC418DCC52A00532F8C /* CSApplicationStyleService.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D9CBABE18DC826700532F8C /* CSApplicationStyleService.m */; };
188190
9DA7CB26171C8B5E0045CC88 /* iAd.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9DA7CB25171C8B5E0045CC88 /* iAd.framework */; };
189191
9DA7CB36171CAD020045CC88 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 9DA7CB2B171CAD020045CC88 /* Icon-72.png */; };
190192
9DA7CB37171CAD020045CC88 /* Icon-72@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 9DA7CB2C171CAD020045CC88 /* Icon-72@2x.png */; };
@@ -1095,6 +1097,7 @@
10951097
buildActionMask = 2147483647;
10961098
files = (
10971099
9D16D33E18DB7767001E9C38 /* CSFeedUpdateService.m in Sources */,
1100+
9D9CBAC318DCC52900532F8C /* CSApplicationStyleService.m in Sources */,
10981101
9D79270A18DA1D0300E1D3E1 /* Feed.m in Sources */,
10991102
9D79270B18DA1D0300E1D3E1 /* CSAppDelegate.m in Sources */,
11001103
9D79270C18DA1D0300E1D3E1 /* main.m in Sources */,
@@ -1128,6 +1131,7 @@
11281131
buildActionMask = 2147483647;
11291132
files = (
11301133
9D16D33F18DB7767001E9C38 /* CSFeedUpdateService.m in Sources */,
1134+
9D9CBAC418DCC52A00532F8C /* CSApplicationStyleService.m in Sources */,
11311135
9D79274E18DA1D3800E1D3E1 /* Feed.m in Sources */,
11321136
9D79274F18DA1D3800E1D3E1 /* CSAppDelegate.m in Sources */,
11331137
9D79275018DA1D3800E1D3E1 /* main.m in Sources */,

EasyReader/Application/Controllers/Menu/CSMenuLeftViewController.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger
151151
//
152152
CSEnhancedTableViewHeaderFooterView *header = [self.tableView_feeds dequeueReusableHeaderFooterViewWithIdentifier:@"leftMenuHeader"];
153153

154-
NSInteger headerWidth = tableView.frame.size.width;
155-
156154
// Set label
157155
[header.titleLabel setText:[self tableView:tableView titleForHeaderInSection:section]];
158156

0 commit comments

Comments
 (0)