aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-11-05 03:46:00 -0800
committerChris Robinson <[email protected]>2014-11-05 03:46:00 -0800
commitda765ec53b4e212ce523fa3a2cd019508b6f53b2 (patch)
tree065d9d9facb7dda5da8dcf826ec71afe435e958c /OpenAL32/Include/alMain.h
parente39117467c1d91afcdc375690b9d49a05c73e033 (diff)
Remove the channel name from ChannelConfig
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 833b5fa2..34722d98 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -584,7 +584,6 @@ enum DeviceType {
#define MAX_AMBI_COEFFS 16
typedef struct ChannelConfig {
- enum Channel ChanName;
ALfloat Angle;
ALfloat Elevation;
ALfloat HOACoeff[MAX_AMBI_COEFFS];