Mercurial > sdl-ios-xcode
diff src/audio/SDL_audio.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 | 8f1ab2f7c722 |
children | 3b4ce57c6215 |
line wrap: on
line diff
--- a/src/audio/SDL_audio.c Thu Aug 10 14:35:42 2006 +0000 +++ b/src/audio/SDL_audio.c Thu Aug 10 14:54:23 2006 +0000 @@ -532,9 +532,6 @@ SDL_SetError("SDL_OpenAudio() passed a NULL callback"); return (-1); } -#if defined(__MACOS__) || (defined(__RISCOS__) && SDL_THREADS_DISABLED) - /* FIXME: Need to implement PPC interrupt asm for SDL_LockAudio() */ -#else #if defined(__MINT__) && SDL_THREADS_DISABLED /* Uses interrupt driven audio, without thread */ #else @@ -546,7 +543,6 @@ return (-1); } #endif /* __MINT__ */ -#endif /* __MACOS__ */ /* Calculate the silence and size of the audio specification */ SDL_CalculateAudioSpec(desired);