From 67c74e858bca5946cd4d0b5ccc912364a147e111 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 3 Oct 2016 12:11:50 -0700 Subject: Finalize AL_SOFT_gain_clamp_ex --- OpenAL32/Include/alMain.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'OpenAL32/Include') 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; -- cgit v1.2.3