From 67df2ce98d44ca31e374d6676017e6c5f85de43c Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 12 Mar 2013 18:58:27 +0100 Subject: [PATCH] Removed fixed bug from list. --- include/GL/glfw3.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index a55dbc69..593e8efa 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -1448,9 +1448,6 @@ GLFWAPI int glfwGetInputMode(GLFWwindow* window, int mode); * @param[in] value The new value of the specified input mode. * @ingroup input * - * @bug **Windows:** The @ref GLFW_CURSOR_HIDDEN value of @ref - * GLFW_CURSOR_MODE is not yet implemented. - * * @bug **Mac OS X:** The @ref GLFW_CURSOR_HIDDEN value of @ref * GLFW_CURSOR_MODE is not yet implemented. *