mirror of
https://github.com/glfw/glfw.git
synced 2025-06-07 16:24:57 +00:00
Fix unreferenced local variable
This commit is contained in:
parent
53976aed9e
commit
79493e0e39
@ -901,7 +901,6 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM l
|
|||||||
RAWINPUT* data = NULL;
|
RAWINPUT* data = NULL;
|
||||||
int dx, dy;
|
int dx, dy;
|
||||||
int width, height;
|
int width, height;
|
||||||
int window_width, window_height;
|
|
||||||
POINT pos;
|
POINT pos;
|
||||||
|
|
||||||
if (_glfw.win32.disabledCursorWindow != window)
|
if (_glfw.win32.disabledCursorWindow != window)
|
||||||
|
Loading…
Reference in New Issue
Block a user