Mercurial > sdl-ios-xcode
changeset 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 | 4988a4f76a09 |
files | src/audio/alsa/SDL_alsa_audio.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
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);