diff options
author | Chris Robinson <[email protected]> | 2014-03-23 16:28:55 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-03-23 16:28:55 -0700 |
commit | 72986882f549275c6c946b325a9c75b1547f37f1 (patch) | |
tree | b8c7cf332193cf293f9f5c0e8a9c85c99d00d060 /OpenAL32/Include/alAuxEffectSlot.h | |
parent | a25260ea8a63629b0daa03a7beb9b72b53588d2b (diff) |
Remove the click removal buffers for auxiliary effect slots
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 81210776..264f8f73 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -74,9 +74,6 @@ typedef struct ALeffectslot { ALIGN(16) ALfloat WetBuffer[1][BUFFERSIZE]; - ALfloat ClickRemoval[1]; - ALfloat PendingClicks[1]; - RefCount ref; /* Self ID */ |