aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-04-16 17:21:31 -0700
committerChris Robinson <[email protected]>2016-04-16 17:21:31 -0700
commit3b571e03aba0edd10090ff01ec3193d43b2a8f47 (patch)
tree33ced94b48fadb57f1091f5922de646f8c0b99a7 /OpenAL32
parentd2e8fae005409d5fae0248c80ca252c79be56f99 (diff)
Avoid storing channel names for the dry buffer
Diffstat (limited to 'OpenAL32')
-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 12c4c610..da4c5567 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -507,8 +507,6 @@ struct ALCdevice_struct
/* The "dry" path corresponds to the main output. */
struct {
- /* Channel names for the dry buffer mix. */
- enum Channel ChannelName[MAX_OUTPUT_CHANNELS];
union {
/* Ambisonic coefficients for mixing to the dry buffer. */
ChannelConfig Coeffs[MAX_OUTPUT_CHANNELS];