diff options
author | Chris Robinson <[email protected]> | 2015-09-27 20:55:39 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-09-27 20:55:39 -0700 |
commit | 3e60b1898943c26d817aef8d31466c1fee5aa83b (patch) | |
tree | 426ab735da0d42e3c000baa2452023c80b355026 /OpenAL32/Include/alSource.h | |
parent | 86ff35bf71559295019847ccccb8522f93df1106 (diff) |
Don't keep selecting the mixer to use
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-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 fe2867b1..f67d5f3b 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -77,8 +77,6 @@ typedef struct ALsource { volatile ALfloat Radius; - enum Resampler Resampler; - /** * Last user-specified offset, and the offset type (bytes, samples, or * seconds). |