mirror of
https://github.com/yawut/SDL.git
synced 2026-08-24 17:55:17 -05:00
More DGA removal
This commit is contained in:
@@ -300,9 +300,6 @@ extern VideoBootStrap COCOA_bootstrap;
|
||||
#if SDL_VIDEO_DRIVER_X11
|
||||
extern VideoBootStrap X11_bootstrap;
|
||||
#endif
|
||||
#if SDL_VIDEO_DRIVER_DGA
|
||||
extern VideoBootStrap DGA_bootstrap;
|
||||
#endif
|
||||
#if SDL_VIDEO_DRIVER_NANOX
|
||||
extern VideoBootStrap NX_bootstrap;
|
||||
#endif
|
||||
|
||||
@@ -49,9 +49,6 @@ static VideoBootStrap *bootstrap[] = {
|
||||
#if SDL_VIDEO_DRIVER_X11
|
||||
&X11_bootstrap,
|
||||
#endif
|
||||
#if SDL_VIDEO_DRIVER_DGA
|
||||
&DGA_bootstrap,
|
||||
#endif
|
||||
#if SDL_VIDEO_DRIVER_NANOX
|
||||
&NX_bootstrap,
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user