diff src/thread/SDL_thread_c.h @ 2062:c9aa6bcb26f3

Removed AmigaOS code for 1.3 branch.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 29 Oct 2006 04:09:17 +0000
parents c121d94672cb
children e27bdcc80744
line wrap: on
line diff
--- a/src/thread/SDL_thread_c.h	Sun Oct 29 03:39:13 2006 +0000
+++ b/src/thread/SDL_thread_c.h	Sun Oct 29 04:09:17 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