diff options
author | Chris Robinson <[email protected]> | 2008-01-25 16:38:37 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-01-25 16:38:37 -0800 |
commit | 5f1c0450b328f77d637690e2221a9de21d909811 (patch) | |
tree | ab1a73f46ecb814b21359995c511b53acaff751f /OpenAL32 | |
parent | 04b62f77e37335be68d3e8c04c2cc7a354aef18c (diff) |
Remove unnecessary Channels field
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 7cbb8773..a5a4aee6 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -165,7 +165,6 @@ struct ALCdevice_struct ALuint Frequency; ALuint UpdateFreq; ALuint FrameSize; - ALuint Channels; ALenum Format; ALCchar *szDeviceName; |