removed unused variable

This commit is contained in:
Jonathna Cline 2024-03-27 04:52:54 -07:00
parent ea2bd12045
commit 6802642745

View File

@ -2143,7 +2143,6 @@ GLFWbool _glfwRawMouseMotionSupportedWin32(void)
void _glfwPollEventsWin32(void)
{
MSG msg;
HWND handle;
_GLFWwindow* window;