The GGI driver hasn't been maintained in 8 years. It's probably safe to remove. :)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402028
This commit is contained in:
Sam Lantinga 2006-08-10 15:15:06 +00:00
parent d5f1b58e5d
commit 03794d9be1
12 changed files with 0 additions and 984 deletions

View file

@ -318,9 +318,6 @@ extern VideoBootStrap DirectFB_bootstrap;
#if SDL_VIDEO_DRIVER_PS2GS
extern VideoBootStrap PS2GS_bootstrap;
#endif
#if SDL_VIDEO_DRIVER_GGI
extern VideoBootStrap GGI_bootstrap;
#endif
#if SDL_VIDEO_DRIVER_VGL
extern VideoBootStrap VGL_bootstrap;
#endif