From 4bb451f4a7c0f2bbbf24968cd25e773108a13efb Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 13 Dec 2012 19:33:42 +0100 Subject: [PATCH] Removed outdated comment. --- tests/glfwinfo.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/glfwinfo.c b/tests/glfwinfo.c index 74538c90..4a80081c 100644 --- a/tests/glfwinfo.c +++ b/tests/glfwinfo.c @@ -285,9 +285,6 @@ int main(int argc, char** argv) glfwWindowHint(GLFW_VISIBLE, GL_FALSE); - // We assume here that we stand a better chance of success by leaving all - // possible details of pixel format selection to GLFW - window = glfwCreateWindow(200, 200, GLFW_WINDOWED, "Version", NULL); if (!window) {