diff src/thread/SDL_thread_c.h @ 3269:a67a961e2171

Removed outdated OS/2 support
author Sam Lantinga <slouken@libsdl.org>
date Sat, 19 Sep 2009 06:43:45 +0000
parents 99210400e8b9
children e8f63b28947d
line wrap: on
line diff
--- a/src/thread/SDL_thread_c.h	Sat Sep 19 06:24:07 2009 +0000
+++ b/src/thread/SDL_thread_c.h	Sat Sep 19 06:43:45 2009 +0000
@@ -33,8 +33,6 @@
 #include "dc/SDL_systhread_c.h"
 #elif SDL_THREAD_EPOC
 #include "epoc/SDL_systhread_c.h"
-#elif SDL_THREAD_OS2
-#include "os2/SDL_systhread_c.h"
 #elif SDL_THREAD_PTH
 #include "pth/SDL_systhread_c.h"
 #elif SDL_THREAD_PTHREAD