Mercurial > sdl-ios-xcode
diff src/video/SDL_sysvideo.h @ 1942:4371d679ee12
Hopefully glSDL has been superceded by the OpenGL render driver.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 26 Jul 2006 03:12:05 +0000 |
parents | bf09d535e014 |
children | 91f41fc124a7 |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Wed Jul 26 03:08:25 2006 +0000 +++ b/src/video/SDL_sysvideo.h Wed Jul 26 03:12:05 2006 +0000 @@ -378,9 +378,6 @@ #if SDL_VIDEO_DRIVER_DUMMY extern VideoBootStrap DUMMY_bootstrap; #endif -#if SDL_VIDEO_DRIVER_GLSDL -extern VideoBootStrap glSDL_bootstrap; -#endif #define SDL_CurrentDisplay (_this->displays[_this->current_display])