branch | SDL-1.3 |
changeset 1666 | 6e7ec5cb83c3 |
parent 1662 | 782fd950bd46 |
child 1668 | 4da1ee79c9af |
--- a/src/events/SDL_events.c Sun May 28 18:18:30 2006 +0000 +++ b/src/events/SDL_events.c Sun May 28 21:56:07 2006 +0000 @@ -219,7 +219,6 @@ SDL_StopEventThread (); /* Shutdown event handlers */ - SDL_AppActiveQuit (); SDL_KeyboardQuit (); SDL_MouseQuit (); SDL_QuitQuit (); @@ -251,7 +250,6 @@ /* Initialize event handlers */ retcode = 0; - retcode += SDL_AppActiveInit (); retcode += SDL_KeyboardInit (); retcode += SDL_MouseInit (); retcode += SDL_QuitInit ();