Fix unreferenced local variable

This commit is contained in:
Hilderin 2024-01-26 08:11:28 -05:00
parent 53976aed9e
commit 79493e0e39

View File

@ -901,7 +901,6 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM l
RAWINPUT* data = NULL;
int dx, dy;
int width, height;
int window_width, window_height;
POINT pos;
if (_glfw.win32.disabledCursorWindow != window)