From b0d511a8609cd2f3c10fd5b65603211a14c8141e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 23 Mar 2014 02:45:50 -0700 Subject: Store the HrtfState directly in the DirectParams --- OpenAL32/Include/alSource.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'OpenAL32/Include/alSource.h') diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 3d3f3029..7a337a89 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -114,9 +114,6 @@ typedef struct ALsource { ALfloat GainHF; } Send[MAX_SENDS]; - /** HRTF info. */ - HrtfState Hrtf; - /** Source needs to update its mixing parameters. */ volatile ALenum NeedsUpdate; -- cgit v1.2.3