diff options
author | Chris Robinson <[email protected]> | 2013-11-27 00:16:30 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-11-27 00:16:30 -0800 |
commit | d33912014596b76e95045891f3d4942cb95cf519 (patch) | |
tree | e965454f4512adff39150f086ea1b2501be2e51a /OpenAL32/Include/alAuxEffectSlot.h | |
parent | 80ea801204cec06b26ac8823747ad0981165822c (diff) |
Move ALfloatBUFFERSIZE to a common location
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index 9d49bf13..c7182d9b 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -25,10 +25,6 @@ struct ALeffectStateVtable { void (*const Delete)(struct ALeffectState *state); }; -/* Small hack to use a pointer-to-array type as a normal argument type. - * Shouldn't be used directly. */ -typedef ALfloat ALfloatBUFFERSIZE[BUFFERSIZE]; - #define DEFINE_ALEFFECTSTATE_VTABLE(T) \ DECLARE_THUNK(T, ALeffectState, void, Destruct) \ DECLARE_THUNK1(T, ALeffectState, ALboolean, deviceUpdate, ALCdevice*) \ |