diff src/thread/SDL_thread_c.h @ 3888:6d2e1961661a SDL-1.2

Removed broken AmigaOS support. Fixes Bugzilla #337.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 29 Oct 2006 03:58:27 +0000
parents d910939febfa
children e85e65aec22f
line wrap: on
line diff
--- a/src/thread/SDL_thread_c.h	Sun Oct 29 03:44:25 2006 +0000
+++ b/src/thread/SDL_thread_c.h	Sun Oct 29 03:58:27 2006 +0000
@@ -27,8 +27,6 @@
 /* Need the definitions of SYS_ThreadHandle */
 #if SDL_THREADS_DISABLED
 #include "generic/SDL_systhread_c.h"
-#elif SDL_THREAD_AMIGA
-#include "amigaos/SDL_systhread_c.h"
 #elif SDL_THREAD_BEOS
 #include "beos/SDL_systhread_c.h"
 #elif SDL_THREAD_DC