Mercurial > sdl-ios-xcode
diff src/video/SDL_renderer_sw.c @ 2130:3ee59c43d784
Fixes for compiling with Visual C++ 8.0 Express Edition
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 19 Jun 2007 05:53:56 +0000 |
parents | 7387e0514595 |
children | 926294b2bb4e |
line wrap: on
line diff
--- a/src/video/SDL_renderer_sw.c Sat Jun 16 15:32:04 2007 +0000 +++ b/src/video/SDL_renderer_sw.c Tue Jun 19 05:53:56 2007 +0000 @@ -347,7 +347,6 @@ if (SDL_ISPIXELFORMAT_FOURCC(texture->format)) { texture->driverdata = SDL_SW_CreateYUVTexture(texture); } else { - SDL_Surface *surface; int bpp; Uint32 Rmask, Gmask, Bmask, Amask;