mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 10:48:51 -05:00
Removed stale comment.
This commit is contained in:
parent
4538a525f0
commit
72277846bd
|
@ -111,8 +111,6 @@ void _glfwInputMonitorChange(void)
|
||||||
// This monitor was connected before, so re-use the existing
|
// This monitor was connected before, so re-use the existing
|
||||||
// monitor object to preserve its address and user pointer
|
// monitor object to preserve its address and user pointer
|
||||||
|
|
||||||
// TODO: Transfer monitor properties
|
|
||||||
|
|
||||||
_glfwDestroyMonitor(monitors[i]);
|
_glfwDestroyMonitor(monitors[i]);
|
||||||
monitors[i] = _glfw.monitors[j];
|
monitors[i] = _glfw.monitors[j];
|
||||||
_glfw.monitors[j] = NULL;
|
_glfw.monitors[j] = NULL;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user