diff options
author | Chris Robinson <[email protected]> | 2018-11-25 09:23:01 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-25 09:23:01 -0800 |
commit | ec9736035226539d267659d2e6eba2e06c2507ca (patch) | |
tree | ab1b6057217f7a69d1ae69d18c710ff22cdedbde /OpenAL32/Include | |
parent | bf4518fe5cbe708b3d6b44855f05b58008a48cc8 (diff) |
Avoid a separate function to clean up effect slots
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index dd44b436..dfb57140 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -119,7 +119,6 @@ struct ALeffectslot { ALenum InitEffectSlot(ALeffectslot *slot); void UpdateEffectSlotProps(ALeffectslot *slot, ALCcontext *context); void UpdateAllEffectSlotProps(ALCcontext *context); -ALvoid ReleaseALAuxiliaryEffectSlots(ALCcontext *Context); EffectStateFactory *NullStateFactory_getFactory(void); |