diff src/video/dummy/SDL_nullevents_c.h @ 1676:e136f3ffdc1b SDL-1.3

Adding software renderer implementation
author Sam Lantinga <slouken@libsdl.org>
date Mon, 12 Jun 2006 09:10:06 +0000
parents 4da1ee79c9af
children
line wrap: on
line diff
--- a/src/video/dummy/SDL_nullevents_c.h	Sun Jun 11 07:30:16 2006 +0000
+++ b/src/video/dummy/SDL_nullevents_c.h	Mon Jun 12 09:10:06 2006 +0000
@@ -23,11 +23,6 @@
 
 #include "SDL_nullvideo.h"
 
-/* Variables and functions exported by SDL_sysevents.c to other parts 
-   of the native video subsystem (SDL_sysvideo.c)
-*/
-extern void DUMMY_InitOSKeymap(_THIS);
 extern void DUMMY_PumpEvents(_THIS);
 
-/* end of SDL_nullevents_c.h ... */
 /* vi: set ts=4 sw=4 expandtab: */