From 79493e0e39b96dc0fb9133a360da6b3de622b06a Mon Sep 17 00:00:00 2001 From: Hilderin <81109165+Hilderin@users.noreply.github.com> Date: Fri, 26 Jan 2024 08:11:28 -0500 Subject: [PATCH] Fix unreferenced local variable --- src/win32_window.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/win32_window.c b/src/win32_window.c index cbfa9550..6697f4e4 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -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)