mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
refactor: remove unnecessary NSNotificationCenter observer removals (#5118)
This commit is contained in:
@@ -188,8 +188,6 @@ static NSString* const kWebUIURLFormat = @"http://localhost:%ld/";
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
[NSNotificationCenter.defaultCenter removeObserver:self];
|
||||
|
||||
[_fPortStatusTimer invalidate];
|
||||
if (_fPortChecker)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user