From e3182a4f446ee467ed40684f405a0013cd2c4452 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 25 Feb 2013 17:22:33 +0100 Subject: [PATCH] Formatting. --- src/monitor.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/monitor.c b/src/monitor.c index 18da1d2a..a9d7af4f 100644 --- a/src/monitor.c +++ b/src/monitor.c @@ -274,9 +274,7 @@ GLFWAPI GLFWmonitor* glfwGetPrimaryMonitor(void) GLFWAPI void glfwGetMonitorPos(GLFWmonitor* handle, int* xpos, int* ypos) { _GLFWmonitor* monitor = (_GLFWmonitor*) handle; - _GLFW_REQUIRE_INIT(); - _glfwPlatformGetMonitorPos(monitor, xpos, ypos); }