aboutsummaryrefslogtreecommitdiffstats
path: root/alc/inprogext.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-01-05 03:45:35 -0800
committerChris Robinson <[email protected]>2020-01-05 03:45:35 -0800
commit6ed8061cbf6bbc17c4591d7e50bf9c97aad7a889 (patch)
treebd0f3854d489db423857710d5abe9d1af4005ee8 /alc/inprogext.h
parent0d0ea586b6e7e8440fec807309cc97aa727d2bb0 (diff)
Finalize AL_SOFT_bformat_ex
Diffstat (limited to 'alc/inprogext.h')
-rw-r--r--alc/inprogext.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/alc/inprogext.h b/alc/inprogext.h
index d1890e70..ad3ea288 100644
--- a/alc/inprogext.h
+++ b/alc/inprogext.h
@@ -77,21 +77,6 @@ AL_API void AL_APIENTRY alGetPointervSOFT(ALenum pname, void **values);
#define AL_EFFECTSLOT_TARGET_SOFT 0xf000
#endif
-#ifndef AL_SOFT_bformat_ex
-#define AL_SOFT_bformat_ex
-#define AL_AMBISONIC_LAYOUT_SOFT 0x1997
-#define AL_AMBISONIC_SCALING_SOFT 0x1998
-
-/* Ambisonic layouts */
-#define AL_FUMA_SOFT 0x0000
-#define AL_ACN_SOFT 0x0001
-
-/* Ambisonic scalings (normalization) */
-/*#define AL_FUMA_SOFT*/
-#define AL_SN3D_SOFT 0x0001
-#define AL_N3D_SOFT 0x0002
-#endif
-
#ifdef __cplusplus
} /* extern "C" */
#endif