NSGL: Remove problematic swap interval workaround

Fixes #1483.

(cherry picked from commit 54e8e0b092)
This commit is contained in:
Camilla Löwy
2019-11-07 15:13:49 +01:00
committed by Camilla Löwy
parent 7c9d0081e3
commit ccb54c3e05
4 changed files with 9 additions and 89 deletions
-6
View File
@@ -322,12 +322,6 @@ static const NSRange kEmptyRange = { NSNotFound, 0 };
_glfwInputWindowFocus(window, GLFW_FALSE);
}
- (void)windowDidChangeScreen:(NSNotification *)notification
{
if (window->context.source == GLFW_NATIVE_CONTEXT_API)
_glfwUpdateDisplayLinkDisplayNSGL(window);
}
@end