Removed call to non-portable function.

master
Camilla Berglund ago%!(EXTRA string=14 years)
parent d204d5a434
commit 08942fcabe
  1. 2
      tests/modes.c

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

Loading…
Cancel
Save