mirror of
https://github.com/yawut/SDL.git
synced 2026-07-29 22:48:48 -05:00
More DGA removal
This commit is contained in:
parent
b9c9f87e6d
commit
1f4ded43e7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user