diff src/video/win32/SDL_win32modes.c @ 4465:3e69e077cb95

Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API. Plus, this lets me start implementing cursor support.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 09 May 2010 20:47:22 -0700
parents f7b03b6838cb
children e1664f94f026
line wrap: on
line diff
--- a/src/video/win32/SDL_win32modes.c	Sun May 09 19:55:28 2010 -0700
+++ b/src/video/win32/SDL_win32modes.c	Sun May 09 20:47:22 2010 -0700
@@ -160,7 +160,6 @@
 int
 WIN_InitModes(_THIS)
 {
-    SDL_VideoData *data = (SDL_VideoData *) _this->driverdata;
     DWORD i, j, count;
     DISPLAY_DEVICE device;