1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00

Remove no-longer-used argument to _glfwCreateMonitor

This commit is contained in:
Noel Cower 2013-02-18 15:12:32 -07:00
parent 1961cecb7c
commit 45533bf149

View File

@ -234,7 +234,6 @@ _GLFWmonitor** _glfwPlatformGetMonitors(int* count)
const CGRect bounds = CGDisplayBounds(displays[i]);
monitors[found] = _glfwCreateMonitor(getDisplayName(displays[i]),
CGDisplayIsMain(displays[i]),
size.width, size.height,
bounds.origin.x, bounds.origin.y);