diff --git a/src/window.c b/src/window.c index 26e3dc26..f0f5d7a1 100644 --- a/src/window.c +++ b/src/window.c @@ -470,10 +470,7 @@ GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height) _GLFW_REQUIRE_INIT(); if (window->iconified) - { - // TODO: Figure out if this is an error return; - } if (window->monitor) {