diff src/video/win32/SDL_win32events.c @ 2918:bd518fc76f28

Updated to build on Windows
author Sam Lantinga <slouken@libsdl.org>
date Thu, 25 Dec 2008 05:11:29 +0000
parents 99210400e8b9
children d2f68ec8c1d0
line wrap: on
line diff
--- a/src/video/win32/SDL_win32events.c	Thu Dec 25 04:56:44 2008 +0000
+++ b/src/video/win32/SDL_win32events.c	Thu Dec 25 05:11:29 2008 +0000
@@ -214,7 +214,6 @@
     case WM_INPUT:             /* mouse events */
         {
             LPBYTE lpb;
-            int w, h;
             const RAWINPUTHEADER *header;
             int index;
             int i;