diff options
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r-- | OpenAL32/Include/alSource.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 7e22584d..663a9e35 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -25,8 +25,6 @@ extern "C" { typedef struct ALbufferlistitem { struct ALbuffer *buffer; - ALuint bufferstate; - ALuint flag; struct ALbufferlistitem *next; } ALbufferlistitem; |