diff src/video/SDL_surface.c @ 1720:a1ebb17f9c52 SDL-1.3

Cleaned up a bunch of warnings, started adding Win32 event support
author Sam Lantinga <slouken@libsdl.org>
date Fri, 30 Jun 2006 05:42:49 +0000
parents 396a35389351
children 6c63fc2bd986
line wrap: on
line diff
--- a/src/video/SDL_surface.c	Wed Jun 28 08:12:07 2006 +0000
+++ b/src/video/SDL_surface.c	Fri Jun 30 05:42:49 2006 +0000
@@ -39,7 +39,6 @@
                      int width, int height, int depth,
                      Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
 {
-    SDL_Surface *screen;
     SDL_Surface *surface;
 
     /* FIXME!! */