From 6431d9d8676753ee39f2a63ec231346a07a788d3 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 17 Oct 2009 07:05:33 +0000 Subject: [PATCH] Don't need the define anymore... --- src/audio/alsa/SDL_alsa_audio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/audio/alsa/SDL_alsa_audio.c b/src/audio/alsa/SDL_alsa_audio.c index 54a29c590..07c7936a1 100644 --- a/src/audio/alsa/SDL_alsa_audio.c +++ b/src/audio/alsa/SDL_alsa_audio.c @@ -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);