This commit is contained in:
Doug Binks
2024-01-28 17:24:14 +00:00
parent 7321b56cad
commit 1de78b2ff9
3 changed files with 0 additions and 8 deletions
-3
View File
@@ -452,7 +452,6 @@ static void createBlankCursor(void)
free(andMask);
free(xorMask);
}
}
// Initialize for remote sessions
@@ -469,7 +468,6 @@ static void initRemoteSession(void)
{
createBlankCursor();
}
}
//////////////////////////////////////////////////////////////////////////
@@ -749,7 +747,6 @@ int _glfwInitWin32(void)
void _glfwTerminateWin32(void)
{
if (_glfw.win32.blankCursor)
DestroyCursor(_glfw.win32.blankCursor);