mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-18 05:00:48 +01:00
Mac: Remove registration of selector methods that were deleted in e7ddc933
This commit is contained in:
parent
162e9a9190
commit
c3a7e2cdec
@ -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