diff options
author | Chris Robinson <[email protected]> | 2019-02-21 03:52:54 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-02-21 03:52:54 -0800 |
commit | 8d2d7c63da8f5f106f607f5b21ea08151217c58a (patch) | |
tree | ff5e35dff1279614ba9211f1381f47b789d42a3e /OpenAL32/Include/alAuxEffectSlot.h | |
parent | 462e320847de3937a5b40a4ed22e3bd745360410 (diff) |
Get rid of the MAX_EFFECT_CHANNELS macro
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index 45c780ef..7360d264 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -44,9 +44,6 @@ struct EffectStateFactory { }; -#define MAX_EFFECT_CHANNELS (4) - - using ALeffectslotArray = al::FlexArray<ALeffectslot*>; |