diff options
Diffstat (limited to 'al/listener.h')
-rw-r--r-- | al/listener.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/al/listener.h b/al/listener.h index df20ee69..f3332763 100644 --- a/al/listener.h +++ b/al/listener.h @@ -29,11 +29,4 @@ struct ALlistener { void UpdateListenerProps(ALCcontext *context); -#ifdef ALSOFT_EAX -// `alListenerf(AL_METERS_PER_UNIT, value)` -void eax_set_al_listener_meters_per_unit( - ALCcontext& al_context, - ALfloat meters_per_unit); -#endif // ALSOFT_EAX - #endif |