Removed stale comment.

This commit is contained in:
Camilla Berglund 2013-04-22 17:33:47 +02:00
parent 4538a525f0
commit 72277846bd

View File

@ -111,8 +111,6 @@ void _glfwInputMonitorChange(void)
// This monitor was connected before, so re-use the existing
// monitor object to preserve its address and user pointer
// TODO: Transfer monitor properties
_glfwDestroyMonitor(monitors[i]);
monitors[i] = _glfw.monitors[j];
_glfw.monitors[j] = NULL;