From c9ac4f06ff48343526686e7828941cc1d04ba455 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 7 May 2011 04:35:49 -0700 Subject: Remove an unused macro and rename another --- OpenAL32/Include/alMain.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 2e6907e6..a6f2a1da 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -306,15 +306,13 @@ extern "C" { #endif -#define SWMIXER_OUTPUT_RATE 44100 +#define DEFAULT_OUTPUT_RATE (44100) #define SPEEDOFSOUNDMETRESPERSEC (343.3f) #define AIRABSORBGAINDBHF (-0.05f) #define LOWPASSFREQCUTOFF (5000) -#define DEFAULT_HEAD_DAMPEN (0.25f) - // Find the next power-of-2 for non-power-of-2 numbers. static __inline ALuint NextPowerOf2(ALuint value) -- cgit v1.2.3