From a371de080b01d9ea9dc38dd386b5903f7e4d8282 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 5 Jun 2013 01:52:49 -0700 Subject: Silence some clang warnings --- OpenAL32/Include/alFilter.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alFilter.h b/OpenAL32/Include/alFilter.h index 605c96c7..6e9abd6a 100644 --- a/OpenAL32/Include/alFilter.h +++ b/OpenAL32/Include/alFilter.h @@ -9,12 +9,6 @@ extern "C" { #define LOWPASSFREQREF (5000) -/* Calculates the low-pass filter coefficient given the pre-scaled gain and - * cos(w) value. Note that g should be pre-scaled (sqr(gain) for one-pole, - * sqrt(gain) for four-pole, etc) */ -ALfloat lpCoeffCalc(ALfloat g, ALfloat cw); - - typedef enum ALfilterType { ALfilterType_HighShelf, ALfilterType_LowShelf, -- cgit v1.2.3