From 80d35e70cfed2b16dc976c0e56cc1af0d834c8bf Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 21 Sep 2009 07:03:29 +0000 Subject: [PATCH] The sound manager code is outdated and should only be used on Mac OS 9 now. --- include/SDL_config_macosx.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/SDL_config_macosx.h b/include/SDL_config_macosx.h index 6383b8e5f..ebc4dd0d0 100644 --- a/include/SDL_config_macosx.h +++ b/include/SDL_config_macosx.h @@ -90,7 +90,6 @@ /* Enable various audio drivers */ #define SDL_AUDIO_DRIVER_COREAUDIO 1 -#define SDL_AUDIO_DRIVER_SNDMGR 1 #define SDL_AUDIO_DRIVER_DISK 1 #define SDL_AUDIO_DRIVER_DUMMY 1