NSGL: Remove problematic swap interval workaround

Fixes #1483.
This commit is contained in:
Camilla Löwy
2019-11-07 15:13:49 +01:00
parent b4a8eb9b19
commit 54e8e0b092
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