Commit 7a4007d9 authored by Sam Lantinga's avatar Sam Lantinga

More DGA removal

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401987
parent da98d71b
...@@ -300,9 +300,6 @@ extern VideoBootStrap COCOA_bootstrap; ...@@ -300,9 +300,6 @@ extern VideoBootStrap COCOA_bootstrap;
#if SDL_VIDEO_DRIVER_X11 #if SDL_VIDEO_DRIVER_X11
extern VideoBootStrap X11_bootstrap; extern VideoBootStrap X11_bootstrap;
#endif #endif
#if SDL_VIDEO_DRIVER_DGA
extern VideoBootStrap DGA_bootstrap;
#endif
#if SDL_VIDEO_DRIVER_NANOX #if SDL_VIDEO_DRIVER_NANOX
extern VideoBootStrap NX_bootstrap; extern VideoBootStrap NX_bootstrap;
#endif #endif
......
...@@ -49,9 +49,6 @@ static VideoBootStrap *bootstrap[] = { ...@@ -49,9 +49,6 @@ static VideoBootStrap *bootstrap[] = {
#if SDL_VIDEO_DRIVER_X11 #if SDL_VIDEO_DRIVER_X11
&X11_bootstrap, &X11_bootstrap,
#endif #endif
#if SDL_VIDEO_DRIVER_DGA
&DGA_bootstrap,
#endif
#if SDL_VIDEO_DRIVER_NANOX #if SDL_VIDEO_DRIVER_NANOX
&NX_bootstrap, &NX_bootstrap,
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment