diff options
author | Chris Robinson <[email protected]> | 2009-10-21 15:40:09 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-10-21 15:40:09 -0700 |
commit | 8501fce38b2e8b9f4b3d4c9381ed48be6bef1524 (patch) | |
tree | 56099114f749f87e3c97f7bdb12261e2eddcba65 /OpenAL32/Include | |
parent | 55d7984582ff1f2be7c963b0cac44fac0fe0f2b9 (diff) |
Remove unused source fields
Diffstat (limited to 'OpenAL32/Include')
-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 8c6ba813..65928fc9 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -51,8 +51,6 @@ typedef struct ALsource ALuint ulBufferID; - ALboolean inuse; - ALboolean play; ALenum state; ALuint position; ALuint position_fraction; |