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 9ae2cf6ad1
commit 95973a7c1d

View File

@ -70,18 +70,6 @@
browser_ = browser;
[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;
}