From ea1ddfd7a4521e0a090bf516df65867812c45cac Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 30 Dec 2012 02:28:52 +0100 Subject: [PATCH] Removed declarations of removed functions. --- src/internal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/internal.h b/src/internal.h index c8530bd5..73bb6fcd 100644 --- a/src/internal.h +++ b/src/internal.h @@ -264,8 +264,6 @@ void _glfwPlatformTerminate(void); 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);