From f5195ee4f27f4c0bc5ea87dde6638a4a8ad97005 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 23 Aug 2011 09:52:01 -0700 Subject: Remove the Buffer field from the source --- OpenAL32/Include/alSource.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenAL32/Include') 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 -- cgit v1.2.3