Browse Source

Removed declarations of removed functions.

Camilla Berglund 12 năm trước cách đây
mục cha
commit
ea1ddfd7a4
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/internal.h

+ 0 - 2
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);