浏览代码

Null: Remove duplicated function declaration

The declaration of _glfwRequestWindowAttentionNull was duplicated.

Closes #2403
Scr3amer 1 年之前
父节点
当前提交
97820bc329
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/null_platform.h

+ 0 - 1
src/null_platform.h

@@ -239,7 +239,6 @@ void _glfwSetRawMouseMotionNull(_GLFWwindow *window, GLFWbool enabled);
 GLFWbool _glfwRawMouseMotionSupportedNull(void);
 void _glfwShowWindowNull(_GLFWwindow* window);
 void _glfwRequestWindowAttentionNull(_GLFWwindow* window);
-void _glfwRequestWindowAttentionNull(_GLFWwindow* window);
 void _glfwHideWindowNull(_GLFWwindow* window);
 void _glfwFocusWindowNull(_GLFWwindow* window);
 GLFWbool _glfwWindowFocusedNull(_GLFWwindow* window);