Removed misplaced application delegate clearing.

master
Camilla Berglund ago%!(EXTRA string=15 years)
parent aa169a4f72
commit 0e5dec5ce9
  1. 1
      src/cocoa/cocoa_window.m

@ -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…
Cancel
Save