mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-19 21:50:42 +01:00
Mac: Remove registration of selector methods that were deleted in e7ddc933
This commit is contained in:
parent
9ae2cf6ad1
commit
95973a7c1d
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user