Mercurial > sdl-ios-xcode
diff src/video/SDL_sysvideo.h @ 3275:a4a34a511ba0
Removed outdated wscons support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 19 Sep 2009 07:28:59 +0000 |
parents | 08574b033f37 |
children | 720d176be107 |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Sat Sep 19 07:26:51 2009 +0000 +++ b/src/video/SDL_sysvideo.h Sat Sep 19 07:28:59 2009 +0000 @@ -341,9 +341,6 @@ #if SDL_VIDEO_DRIVER_X11 extern VideoBootStrap X11_bootstrap; #endif -#if SDL_VIDEO_DRIVER_WSCONS -extern VideoBootStrap WSCONS_bootstrap; -#endif #if SDL_VIDEO_DRIVER_FBCON extern VideoBootStrap FBCON_bootstrap; #endif