mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 15:25:50 +00:00
Null: Remove unused function
This commit is contained in:
@@ -409,10 +409,6 @@ void _glfwRequestWindowAttentionNull(_GLFWwindow* window)
|
||||
{
|
||||
}
|
||||
|
||||
void _glfwUnhideWindowNull(_GLFWwindow* window)
|
||||
{
|
||||
}
|
||||
|
||||
void _glfwHideWindowNull(_GLFWwindow* window)
|
||||
{
|
||||
if (_glfw.null.focusedWindow == window)
|
||||
|
||||
Reference in New Issue
Block a user