diff options
author | Chris Robinson <[email protected]> | 2016-06-03 05:46:29 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-06-03 05:46:29 -0700 |
commit | ce676ab70a6b4c46869e4fa13e14b4da7ba6c008 (patch) | |
tree | cf310df827b4babe1f012ee03c9a229917f76982 /OpenAL32/Include/alAuxEffectSlot.h | |
parent | b7da69510c85b776ba119d69c4c74aa38d412594 (diff) |
Remove some unnecessary volatile keywords
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index 8d2fc3d7..034ac217 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -86,8 +86,8 @@ struct ALeffectslotProps { typedef struct ALeffectslot { - volatile ALfloat Gain; - volatile ALboolean AuxSendAuto; + ALfloat Gain; + ALboolean AuxSendAuto; struct { ALenum Type; |