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);