Mac: Remove registration of selector methods that were deleted in e7ddc933

This commit is contained in:
Marshall Greenblatt 2016-09-19 11:57:13 -04:00
parent 162e9a9190
commit c3a7e2cdec

View File

@ -70,18 +70,6 @@
browser_ = browser; browser_ = browser;
[window_ setDelegate:self]; [window_ setDelegate:self];
// Register for application hide/unhide notifications.
[[NSNotificationCenter defaultCenter]
addObserver:self
selector:@selector(applicationDidHide:)
name:NSApplicationDidHideNotification
object:nil];
[[NSNotificationCenter defaultCenter]
addObserver:self
selector:@selector(applicationDidUnhide:)
name:NSApplicationDidUnhideNotification
object:nil];
} }
return self; return self;
} }