diff src/video/SDL_sysvideo.h @ 3272:e8f63b28947d

Removed outdated Dreamcast support
author Sam Lantinga <slouken@libsdl.org>
date Sat, 19 Sep 2009 07:21:22 +0000
parents a67a961e2171
children 08574b033f37
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h	Sat Sep 19 07:09:41 2009 +0000
+++ b/src/video/SDL_sysvideo.h	Sat Sep 19 07:21:22 2009 +0000
@@ -389,9 +389,6 @@
 #if SDL_VIDEO_DRIVER_GEM
 extern VideoBootStrap GEM_bootstrap;
 #endif
-#if SDL_VIDEO_DRIVER_DC
-extern VideoBootStrap DC_bootstrap;
-#endif
 #if SDL_VIDEO_DRIVER_RISCOS
 extern VideoBootStrap RISCOS_bootstrap;
 #endif