diff options
author | Chris Robinson <[email protected]> | 2020-10-16 06:36:43 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-10-16 06:36:43 -0700 |
commit | 8e09ae8ee6bbb1a5a2bc003db453474f98375cd0 (patch) | |
tree | 8d032abd94f076f86093491a7ba1e26d1d0a0693 /alc/inprogext.h | |
parent | 2beb095eb15eadaf97ec5fda1dbc63883e1f2f3e (diff) |
Finalize AL_SOFT_effect_target
Diffstat (limited to 'alc/inprogext.h')
-rw-r--r-- | alc/inprogext.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/alc/inprogext.h b/alc/inprogext.h index 09f4674b..e33af999 100644 --- a/alc/inprogext.h +++ b/alc/inprogext.h @@ -50,11 +50,6 @@ AL_API void AL_APIENTRY alGetPointervSOFT(ALenum pname, void **values); #endif #endif -#ifndef AL_SOFT_effect_target -#define AL_SOFT_effect_target -#define AL_EFFECTSLOT_TARGET_SOFT 0x199C -#endif - #ifndef AL_SOFT_callback_buffer #define AL_SOFT_callback_buffer #define AL_BUFFER_CALLBACK_FUNCTION_SOFT 0x19A0 |