diff src/thread/SDL_thread_c.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 0d1b16ee0bca
line wrap: on
line diff
--- a/src/thread/SDL_thread_c.h	Sat Sep 19 07:09:41 2009 +0000
+++ b/src/thread/SDL_thread_c.h	Sat Sep 19 07:21:22 2009 +0000
@@ -29,8 +29,6 @@
 #include "generic/SDL_systhread_c.h"
 #elif SDL_THREAD_BEOS
 #include "beos/SDL_systhread_c.h"
-#elif SDL_THREAD_DC
-#include "dc/SDL_systhread_c.h"
 #elif SDL_THREAD_EPOC
 #include "epoc/SDL_systhread_c.h"
 #elif SDL_THREAD_PTH