aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-10-09 23:44:48 -0700
committerChris Robinson <[email protected]>2008-10-09 23:44:48 -0700
commitbfa110778130bfdeacc79989d2d57adf170ef586 (patch)
tree18fe69f98e54a7dca9f581152dc641327c3632b5 /OpenAL32/Include
parent11397f76675adb7d6036821e3df2363c14913961 (diff)
Remove unneeded source member variable
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alSource.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index 01c06b91..ffdd9f10 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -62,7 +62,6 @@ typedef struct ALsource
ALuint TotalBufferDataSize; // Total amount of data contained in the buffers queued for this source
ALuint BuffersPlayed; // Number of buffers played on this loop
- ALuint BufferPosition; // Read position in audio data of current buffer
ALfilter DirectFilter;