Mercurial > sdl-ios-xcode
diff src/video/SDL_sysvideo.h @ 3276:720d176be107
Removed outdated VGL support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 19 Sep 2009 07:30:29 +0000 |
parents | a4a34a511ba0 |
children | 00cace2d9080 |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Sat Sep 19 07:28:59 2009 +0000 +++ b/src/video/SDL_sysvideo.h Sat Sep 19 07:30:29 2009 +0000 @@ -353,9 +353,6 @@ #if SDL_VIDEO_DRIVER_PS3 extern VideoBootStrap PS3_bootstrap; #endif -#if SDL_VIDEO_DRIVER_VGL -extern VideoBootStrap VGL_bootstrap; -#endif #if SDL_VIDEO_DRIVER_SVGALIB extern VideoBootStrap SVGALIB_bootstrap; #endif