diff audio_convert.c @ 483:9e761a594df1

Removed altcvt.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 27 Feb 2005 19:50:01 +0000
parents 636796aed4e2
children
line wrap: on
line diff
--- a/audio_convert.c	Thu Jan 06 07:35:39 2005 +0000
+++ b/audio_convert.c	Sun Feb 27 19:50:01 2005 +0000
@@ -31,8 +31,6 @@
 #  include <config.h>
 #endif
 
-#if !SOUND_USE_ALTCVT
-
 #include "SDL.h"
 #include "SDL_sound.h"
 
@@ -733,7 +731,5 @@
     return(cvt->needed);
 } /* Sound_BuildAudioCVT */
 
-#endif  /* !SOUND_USE_ALTCVT */
-
 /* end of audio_convert.c ... */