diff options
author | Chris Robinson <[email protected]> | 2016-04-16 17:21:31 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-04-16 17:21:31 -0700 |
commit | 3b571e03aba0edd10090ff01ec3193d43b2a8f47 (patch) | |
tree | 33ced94b48fadb57f1091f5922de646f8c0b99a7 /OpenAL32 | |
parent | d2e8fae005409d5fae0248c80ca252c79be56f99 (diff) |
Avoid storing channel names for the dry buffer
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
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]; |