# HG changeset patch # User Sam Lantinga # Date 1255763133 0 # Node ID 471dac4b41dd9cd9a35ef97e4c419138416965cf # Parent b312352d8c8d9e4a4f8231a32bbf05b1115ae18f Don't need the define anymore... diff -r b312352d8c8d -r 471dac4b41dd src/audio/alsa/SDL_alsa_audio.c --- 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);