Skip to content

Commit 1dfeab7

Browse files
committed
Remove unnecessary method that just calls its superclass implementation
1 parent c49c029 commit 1dfeab7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Classes/Controllers/PBGitSidebarController.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,6 @@ - (void)awakeFromNib
125125
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(expandCollapseItem:) name:NSOutlineViewItemWillCollapseNotification object:sourceView];
126126
}
127127

128-
- (void)closeView
129-
{
130-
[super closeView];
131-
}
132-
133128
- (void)dealloc
134129
{
135130
[[NSNotificationCenter defaultCenter] removeObserver:self name:NSOutlineViewItemWillExpandNotification object:sourceView];

0 commit comments

Comments
 (0)