diff options
author | Chris Robinson <[email protected]> | 2016-05-16 14:46:06 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-05-16 14:46:06 -0700 |
commit | 56c6b3f56cfd300ce62b6dc932a241ac619cb086 (patch) | |
tree | 56a6ab88fbc2b45be787e59c5ecb44e689278bca /OpenAL32/Include/alSource.h | |
parent | 945fd022d6c9d612a5fae944d8cbef68927d8a92 (diff) |
Don't store the source's update method with the voice
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r-- | OpenAL32/Include/alSource.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 6d915153..4a15cea1 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -25,9 +25,6 @@ typedef struct ALbufferlistitem { typedef struct ALvoice { struct ALsource *volatile Source; - /** Method to update mixing parameters. */ - ALvoid (*Update)(struct ALvoice *self, const struct ALsourceProps *props, const struct ALbuffer *ALBuffer, const ALCcontext *context); - /** Current target parameters used for mixing. */ ALint Step; |