X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2Fopenal_wrapper.cpp;h=5ac0f6b08979999a575109c84096fb1152174e00;hb=af80f1f20e2b21ccf08af5421e5c683ac6deebcd;hp=4dddfd59df1d7c72f14b5e6c0cf1222fbd86a7b9;hpb=85f9eeb8f438d6d542c0c7b7446b31585cc9c23d;p=lugaru.git diff --git a/Source/openal_wrapper.cpp b/Source/openal_wrapper.cpp index 4dddfd5..5ac0f6b 100644 --- a/Source/openal_wrapper.cpp +++ b/Source/openal_wrapper.cpp @@ -185,12 +185,6 @@ AL_API signed char OPENAL_3D_SetAttributes(int channel, const float *pos, const return true; } -AL_API void OPENAL_3D_SetDopplerFactor(float scale) -{ - if (!initialized) return; - // unimplemented...looks like init routines just call this with scale == 0.0f anyhow. -} - AL_API signed char OPENAL_Init(int mixrate, int maxsoftwarechannels, unsigned int flags) { if (initialized) return false;