diff include/SDL_config.h.default @ 3272:e8f63b28947d

Removed outdated Dreamcast support
author Sam Lantinga <slouken@libsdl.org>
date Sat, 19 Sep 2009 07:21:22 +0000
parents a67a961e2171
children d3baf5ac4e37
line wrap: on
line diff
--- a/include/SDL_config.h.default	Sat Sep 19 07:09:41 2009 +0000
+++ b/include/SDL_config.h.default	Sat Sep 19 07:21:22 2009 +0000
@@ -28,8 +28,6 @@
 /* Add any platform that doesn't build using the configure system */
 #if defined(__NINTENDODS__)
 #include "SDL_config_nintendods.h"
-#elif defined(__DREAMCAST__)
-#include "SDL_config_dreamcast.h"
 #elif defined(__IPHONEOS__) 
 #include "SDL_config_iphoneos.h"
 #elif defined(__MACOSX__)