diff src/video/SDL_video.c @ 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_video.c	Sat Sep 19 07:09:41 2009 +0000
+++ b/src/video/SDL_video.c	Sat Sep 19 07:21:22 2009 +0000
@@ -103,9 +103,6 @@
 #if SDL_VIDEO_DRIVER_GEM
     &GEM_bootstrap,
 #endif
-#if SDL_VIDEO_DRIVER_DC
-    &DC_bootstrap,
-#endif
 #if SDL_VIDEO_DRIVER_RISCOS
     &RISCOS_bootstrap,
 #endif