diff options
author | Chris Robinson <[email protected]> | 2011-05-06 04:42:54 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-05-06 04:42:54 -0700 |
commit | 4198f3062cccc6ddb65e7219726f8d89d17d6994 (patch) | |
tree | ad53c6686a5450f7d8719cc844453a98a04e9e0b /OpenAL32 | |
parent | c2a6efc77ae06c7865a994aae4dfa4172398aead (diff) |
Remove the device channel matrix
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 5a19b2ed..c4aad342 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -488,8 +488,6 @@ struct ALCdevice_struct ALuint DevChannels[MAXCHANNELS]; - ALfloat ChannelMatrix[MAXCHANNELS][MAXCHANNELS]; - Channel Speaker2Chan[MAXCHANNELS]; ALfloat PanningLUT[MAXCHANNELS * LUT_NUM]; ALuint NumChan; |