refactor: remove unnecessary NSNotificationCenter observer removals (#5118)

This commit is contained in:
Dmitry Serov
2023-11-03 17:50:45 +00:00
committed by GitHub
parent a2b547fb50
commit 2a65169461
12 changed files with 0 additions and 47 deletions

View File

@@ -69,11 +69,6 @@ static CGFloat const kStackViewVerticalSpacing = 8.0;
[self checkWindowSize];
}
- (void)dealloc
{
[NSNotificationCenter.defaultCenter removeObserver:self];
}
- (CGFloat)fHorizLayoutHeight
{
return NSHeight(self.fTransferView.frame) + 2 * kStackViewInset;