]> git.jsancho.org Git - lugaru.git/blobdiff - Source/openal_wrapper.cpp
Drop Doppler
[lugaru.git] / Source / openal_wrapper.cpp
index 4dddfd59df1d7c72f14b5e6c0cf1222fbd86a7b9..5ac0f6b08979999a575109c84096fb1152174e00 100644 (file)
@@ -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;