branch | SDL-1.3 |
changeset 1735 | 8dd28c4ef746 |
parent 1734 | f7c667ded87d |
--- a/src/SDL_compat.c Sun Jul 09 18:09:16 2006 +0000 +++ b/src/SDL_compat.c Mon Jul 10 07:34:50 2006 +0000 @@ -307,8 +307,6 @@ SDL_Surface * SDL_SetVideoMode(int width, int height, int bpp, Uint32 flags) { - SDL_EventFilter filter; - void *filterparam; const SDL_DisplayMode *desktop_mode; SDL_DisplayMode mode; int window_x = SDL_WINDOWPOS_UNDEFINED;