diff options
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]; |