Mercurial > sdl-ios-xcode
diff src/SDL_compat.c @ 3032:77c3e67f0740
Fixed Visual C++ build
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 12 Jan 2009 08:46:28 +0000 |
parents | 1c4a059966bd |
children | 0e821769fc51 |
line wrap: on
line diff
--- a/src/SDL_compat.c Mon Jan 12 08:28:17 2009 +0000 +++ b/src/SDL_compat.c Mon Jan 12 08:46:28 2009 +0000 @@ -478,7 +478,6 @@ { SDL_DisplayMode desktop_mode; SDL_DisplayMode mode; - const char *env; int window_x = SDL_WINDOWPOS_UNDEFINED; int window_y = SDL_WINDOWPOS_UNDEFINED; Uint32 window_flags;