From 06127838ade8b6d522411c3efeafe6ecbd06c242 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 13 Sep 2001 16:15:43 +0000 Subject: [PATCH] *** empty log message *** --- src/video/wincommon/SDL_sysevents.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video/wincommon/SDL_sysevents.c b/src/video/wincommon/SDL_sysevents.c index 319f80a51..97dfef46c 100644 --- a/src/video/wincommon/SDL_sysevents.c +++ b/src/video/wincommon/SDL_sysevents.c @@ -334,7 +334,6 @@ LONG CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) #if (_WIN32_WINNT >= 0x0400) || (_WIN32_WINDOWS > 0x0400) case WM_MOUSEWHEEL: if ( SDL_VideoSurface && ! DINPUT_FULLSCREEN() ) { - Sint16 x, y; int move = (short)HIWORD(wParam); if ( move ) { Uint8 button;