Null: Remove unused function

This commit is contained in:
Camilla Löwy
2021-10-19 15:32:40 +02:00
parent 4005f70eef
commit 68534cc2ce
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -409,10 +409,6 @@ void _glfwRequestWindowAttentionNull(_GLFWwindow* window)
{
}
void _glfwUnhideWindowNull(_GLFWwindow* window)
{
}
void _glfwHideWindowNull(_GLFWwindow* window)
{
if (_glfw.null.focusedWindow == window)