diff src/events/SDL_events.c @ 1666:6e7ec5cb83c3 SDL-1.3

The dummy video driver compiles. :)
author Sam Lantinga <slouken@libsdl.org>
date Sun, 28 May 2006 21:56:07 +0000
parents 782fd950bd46
children 4da1ee79c9af
line wrap: on
line diff
--- 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 ();