diff options
author | Chris Robinson <[email protected]> | 2009-10-25 02:59:31 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-10-25 02:59:31 -0700 |
commit | 166559513828cd14d79c455fe0e7ad6efe57593d (patch) | |
tree | b37f98f05f7fae34710a6c43be2c57c4cb016588 /OpenAL32/Include/alSource.h | |
parent | bbccf76b4584eca741867f9a6ed89abe1bf48a85 (diff) |
Remove unneeded bufferlistitem properties
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; |