aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-07-07 21:01:41 -0700
committerChris Robinson <[email protected]>2009-07-07 21:01:41 -0700
commit1dcd538ad93f226223c98d797d12e58cde2cabff (patch)
tree69faa7f88b17a0d5ae586fd58ea451751947fc61 /OpenAL32/Include/alSource.h
parenta8973514ba7cc1e454b714fa748826be286295b9 (diff)
Remove unneeded variables
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r--OpenAL32/Include/alSource.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index 2bd7aac2..1002d077 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -59,9 +59,7 @@ typedef struct ALsource
struct ALbufferlistitem *queue; // Linked list of buffers in queue
ALuint BuffersInQueue; // Number of buffers in queue
-
- ALuint TotalBufferDataSize; // Total amount of data contained in the buffers queued for this source
- ALuint BuffersPlayed; // Number of buffers played on this loop
+ ALuint BuffersPlayed; // Number of buffers played on this loop
ALfilter DirectFilter;