diff --git a/src/window.c b/src/window.c index fa604d01d..3183a7bd4 100644 --- a/src/window.c +++ b/src/window.c @@ -138,13 +138,6 @@ void _glfwInputWindowCloseRequest(_GLFWwindow* window) window->callbacks.close((GLFWwindow*) window); } -// Notifies shared code that a window has changed its desired monitor -// -void _glfwInputWindowMonitor(_GLFWwindow* window, _GLFWmonitor* monitor) -{ - window->monitor = monitor; -} - ////////////////////////////////////////////////////////////////////////// ////// GLFW public API ////// //////////////////////////////////////////////////////////////////////////