Skip to content

Commit 5120b6c

Browse files
committed
Remove unused ivar
1 parent 4820fdc commit 5120b6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Classes/Views/GLFileView.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
__weak IBOutlet PBGitHistoryController* historyController;
1818
__weak IBOutlet MGScopeBar *typeBar;
1919
NSMutableArray *groups;
20-
NSString *logFormat;
2120
__weak IBOutlet NSView *accessoryView;
2221
__weak IBOutlet NSSplitView *fileListSplitView;
2322
}
@@ -28,6 +27,5 @@
2827
- (NSString *)escapeHTML:(NSString *)txt;
2928

3029
@property NSMutableArray *groups;
31-
@property NSString *logFormat;
3230

3331
@end

0 commit comments

Comments
 (0)