Removed call to non-portable function.

This commit is contained in:
Camilla Berglund 2012-03-22 23:28:43 +01:00
parent d204d5a434
commit 08942fcabe

View File

@ -165,8 +165,6 @@ static void test_modes(GLFWvidmode* modes, int count)
glfwCloseWindow(window);
glfwPollEvents();
window = NULL;
sleep(5);
}
}