diff options
author | Chris Robinson <[email protected]> | 2016-10-03 12:11:50 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-10-03 12:11:50 -0700 |
commit | 67c74e858bca5946cd4d0b5ccc912364a147e111 (patch) | |
tree | 2f904051c5a476220e49be5bd431806cc4b2bdc3 /OpenAL32/Include | |
parent | a258790539dd072d2e54d462ab73de013a41b9a2 (diff) |
Finalize AL_SOFT_gain_clamp_ex
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 6320bc98..af599227 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -127,11 +127,6 @@ AL_API ALboolean AL_APIENTRY alIsBufferFormatSupportedSOFT(ALenum format); #endif #endif -#ifndef AL_SOFT_gain_clamp_ex -#define AL_SOFT_gain_clamp_ex 1 -#define AL_GAIN_LIMIT_SOFT 0x200E -#endif - typedef ALint64SOFT ALint64; typedef ALuint64SOFT ALuint64; |