We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49c029 commit 1dfeab7Copy full SHA for 1dfeab7
Classes/Controllers/PBGitSidebarController.m
@@ -125,11 +125,6 @@ - (void)awakeFromNib
125
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(expandCollapseItem:) name:NSOutlineViewItemWillCollapseNotification object:sourceView];
126
}
127
128
-- (void)closeView
129
-{
130
- [super closeView];
131
-}
132
-
133
- (void)dealloc
134
{
135
[[NSNotificationCenter defaultCenter] removeObserver:self name:NSOutlineViewItemWillExpandNotification object:sourceView];
0 commit comments