aboutsummaryrefslogtreecommitdiffstats
path: root/alc/inprogext.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-10-16 06:35:23 -0700
committerChris Robinson <[email protected]>2020-10-16 06:35:23 -0700
commit2beb095eb15eadaf97ec5fda1dbc63883e1f2f3e (patch)
tree85d8ee2417a6012423e9f714d5fcc47e1fd051aa /alc/inprogext.h
parent5f8fe0e5bb67a52f14dec50e8517a126c059aaf7 (diff)
Finalize ALC_SOFT_loopback_bformat
Diffstat (limited to 'alc/inprogext.h')
-rw-r--r--alc/inprogext.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/alc/inprogext.h b/alc/inprogext.h
index 0278634c..09f4674b 100644
--- a/alc/inprogext.h
+++ b/alc/inprogext.h
@@ -9,25 +9,6 @@
extern "C" {
#endif
-#ifndef ALC_SOFT_loopback_bformat
-#define ALC_SOFT_loopback_bformat 1
-#define ALC_AMBISONIC_LAYOUT_SOFT 0x1997
-#define ALC_AMBISONIC_SCALING_SOFT 0x1998
-#define ALC_AMBISONIC_ORDER_SOFT 0x1999
-#define ALC_MAX_AMBISONIC_ORDER_SOFT 0x199B
-
-#define ALC_BFORMAT3D_SOFT 0x1508
-
-/* Ambisonic layouts */
-#define ALC_FUMA_SOFT 0x0000
-#define ALC_ACN_SOFT 0x0001
-
-/* Ambisonic scalings (normalization) */
-/*#define ALC_FUMA_SOFT*/
-#define ALC_SN3D_SOFT 0x0001
-#define ALC_N3D_SOFT 0x0002
-#endif
-
#ifndef AL_SOFT_map_buffer
#define AL_SOFT_map_buffer 1
typedef unsigned int ALbitfieldSOFT;