From 52ade53553d35ca25236771d85c219ac439a1f0c Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 14 Apr 2013 16:10:16 +0200 Subject: [PATCH] Removed stale comment. --- src/x11_init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/x11_init.c b/src/x11_init.c index fcc15cec..732cdea7 100644 --- a/src/x11_init.c +++ b/src/x11_init.c @@ -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);