diff options
author | Chris Robinson <[email protected]> | 2011-08-23 09:52:01 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-08-23 09:55:22 -0700 |
commit | f5195ee4f27f4c0bc5ea87dde6638a4a8ad97005 (patch) | |
tree | c5d3dc0be4b83e20abc54a44bbcbae739c43fd2b /OpenAL32/Include/alSource.h | |
parent | 9f25ad42c1407ff1ddebf5e1d72b9de7f9957d9f (diff) |
Remove the Buffer field from the source
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 672b26b2..735e669c 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -55,8 +55,6 @@ typedef struct ALsource ALuint position; ALuint position_fraction; - struct ALbuffer *Buffer; - ALbufferlistitem *queue; // Linked list of buffers in queue ALuint BuffersInQueue; // Number of buffers in queue ALuint BuffersPlayed; // Number of buffers played on this loop |