aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r--OpenAL32/Include/alSource.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h
index f75a670b..6c6485ae 100644
--- a/OpenAL32/Include/alSource.h
+++ b/OpenAL32/Include/alSource.h
@@ -31,12 +31,9 @@ typedef struct ALactivesource {
ALvoid (*Update)(struct ALactivesource *self, const ALCcontext *context);
/** Current target parameters used for mixing. */
- ResamplerFunc Resample;
- MixerFunc Mix;
- HrtfMixerFunc HrtfMix;
+ ALint Step;
ALboolean IsHrtf;
- ALint Step;
ALuint Offset; /* Number of output samples mixed since starting. */