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

Removed stale comment.

This commit is contained in:
Camilla Berglund 2013-04-14 16:10:16 +02:00
parent 6164eb603b
commit 52ade53553

View File

@ -432,8 +432,6 @@ static GLboolean initDisplay(void)
return GL_FALSE;
}
// As the API currently doesn't understand multiple display devices, we hard-code
// this choice and hope for the best
_glfw.x11.screen = DefaultScreen(_glfw.x11.display);
_glfw.x11.root = RootWindow(_glfw.x11.display, _glfw.x11.screen);