diff options
-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 532f7947..e1411b83 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -612,7 +612,6 @@ struct ALCdevice_struct */ ALuint CoeffCount; - /* Dry buffer will be aliased by the virtual or real output. */ ALfloat (*Buffer)[BUFFERSIZE]; ALuint NumChannels; } Dry; |