From 72277846bd86139754e378cfd1bd03d0914ca5fe Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 22 Apr 2013 17:33:47 +0200 Subject: [PATCH] Removed stale comment. --- src/monitor.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/monitor.c b/src/monitor.c index c4bc404f..f11f5c15 100644 --- a/src/monitor.c +++ b/src/monitor.c @@ -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;