aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-11-15 04:26:11 -0800
committerChris Robinson <[email protected]>2014-11-15 04:26:11 -0800
commit308e6b697a3e02882fa6acb99bf26052ffa7649b (patch)
tree0a4e96be638079d2abe8c71e9683f909476b5310 /OpenAL32/Include
parentb10085cc63e9f66807174880a346948c0e5ab3ed (diff)
Remove the unused angle and elevation from the device channel config
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 23980373..2a6bac60 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -588,8 +588,6 @@ enum DeviceType {
#define MAX_AMBI_COEFFS 16
typedef struct ChannelConfig {
- ALfloat Angle;
- ALfloat Elevation;
ALfloat HOACoeff[MAX_AMBI_COEFFS];
ALfloat FOACoeff[4];
} ChannelConfig;