Mercurial > sdl-ios-xcode
diff src/video/SDL_video.c @ 1679:153477a6cc31 SDL-1.3
More compile fixes
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 14 Jun 2006 06:26:35 +0000 |
parents | 90bf530ced8e |
children | 9488fca10677 |
line wrap: on
line diff
--- a/src/video/SDL_video.c Wed Jun 14 06:14:26 2006 +0000 +++ b/src/video/SDL_video.c Wed Jun 14 06:26:35 2006 +0000 @@ -1574,9 +1574,6 @@ /* Halt event processing before doing anything else */ SDL_StopEventLoop(); - /* Clean up allocated window manager items */ - SDL_CursorQuit(); - /* Clean up the system video */ for (i = _this->num_displays; i--;) { SDL_VideoDisplay *display = &_this->displays[i];