commit | ea1ddfd7a4521e0a090bf516df65867812c45cac | [log] [tgz] |
---|---|---|
author | Camilla Berglund <elmindreda@elmindreda.org> | Sun Dec 30 02:28:52 2012 +0100 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Sun Dec 30 02:28:52 2012 +0100 |
tree | 937c1b23549995013c678feeda26b3a3132fb405 | |
parent | 9cc8fc0d0af6ee3e583601dc832913bed6f1aadd [diff] |
Removed declarations of removed functions.
diff --git a/src/internal.h b/src/internal.h index c8530bd..73bb6fc 100644 --- a/src/internal.h +++ b/src/internal.h
@@ -264,8 +264,6 @@ const char* _glfwPlatformGetVersionString(void); // Input mode support -void _glfwPlatformEnableSystemKeys(_GLFWwindow* window); -void _glfwPlatformDisableSystemKeys(_GLFWwindow* window); void _glfwPlatformSetCursorPos(_GLFWwindow* window, int x, int y); void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode);