diff src/events/SDL_events.c @ 1978:542c78b6fb12

MacOS Classic is no longer supported.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 10 Aug 2006 14:54:23 +0000
parents c121d94672cb
children 047245361002
line wrap: on
line diff
--- a/src/events/SDL_events.c	Thu Aug 10 14:35:42 2006 +0000
+++ b/src/events/SDL_events.c	Thu Aug 10 14:54:23 2006 +0000
@@ -157,11 +157,7 @@
 #if !SDL_THREADS_DISABLED
     SDL_EventQ.lock = SDL_CreateMutex();
     if (SDL_EventQ.lock == NULL) {
-#ifdef __MACOS__                /* MacOS classic you can't multithread, so no lock needed */
-        ;
-#else
         return (-1);
-#endif
     }
 #endif /* !SDL_THREADS_DISABLED */
     SDL_EventQ.active = 1;