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)