From 3b571e03aba0edd10090ff01ec3193d43b2a8f47 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 16 Apr 2016 17:21:31 -0700 Subject: Avoid storing channel names for the dry buffer --- OpenAL32/Include/alMain.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenAL32') 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]; -- cgit v1.2.3