Mercurial > sdl-ios-xcode
diff src/audio/alsa/SDL_alsa_audio.c @ 4349:471dac4b41dd SDL-1.2
Don't need the define anymore...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 17 Oct 2009 07:05:33 +0000 |
parents | b312352d8c8d |
children | a10dac5858fe |
line wrap: on
line diff
--- a/src/audio/alsa/SDL_alsa_audio.c Sat Oct 17 07:04:58 2009 +0000 +++ b/src/audio/alsa/SDL_alsa_audio.c Sat Oct 17 07:05:33 2009 +0000 @@ -43,8 +43,6 @@ /* The tag name used by ALSA audio */ #define DRIVER_NAME "alsa" -/*#define DEBUG_PERIOD_SIZE*/ - /* Audio driver functions */ static int ALSA_OpenAudio(_THIS, SDL_AudioSpec *spec); static void ALSA_WaitAudio(_THIS);