Mercurial > sdl-ios-xcode
diff src/video/dummy/SDL_nullevents.c @ 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 Sun Jun 11 07:30:16 2006 +0000 +++ b/src/video/dummy/SDL_nullevents.c Mon Jun 12 09:10:06 2006 +0000 @@ -37,11 +37,4 @@ /* do nothing. */ } -void -DUMMY_InitOSKeymap(_THIS) -{ - /* do nothing. */ -} - -/* end of SDL_nullevents.c ... */ /* vi: set ts=4 sw=4 expandtab: */