mirror of
https://github.com/glfw/glfw.git
synced 2025-04-08 06:43:14 +00:00
Removed misplaced application delegate clearing.
This commit is contained in:
parent
aa169a4f72
commit
0e5dec5ce9
1 changed files with 0 additions and 1 deletions
|
@ -678,7 +678,6 @@ void _glfwPlatformCloseWindow(_GLFWwindow* window)
|
|||
window->NSGL.context = nil;
|
||||
|
||||
[window->NS.window setDelegate:nil];
|
||||
[NSApp setDelegate:nil];
|
||||
[window->NS.delegate release];
|
||||
window->NS.delegate = nil;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue