aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-11-29 03:32:25 -0800
committerChris Robinson <[email protected]>2014-11-29 03:32:25 -0800
commit0c74a14543a100430517838e147696f1de0de738 (patch)
treec65d1e90bc7a4e1414808b416525be0fa0af234f /OpenAL32/Include
parentcf50f44f4d23f9c7d04815f41dada3357d568f2b (diff)
Remove IrSize from DirectParams
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index f4871413..257f0c8f 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -77,7 +77,6 @@ typedef struct DirectParams {
struct {
HrtfParams Params[MAX_INPUT_CHANNELS];
HrtfState State[MAX_INPUT_CHANNELS];
- ALuint IrSize;
} Hrtf;
MixGains Gains[MAX_INPUT_CHANNELS][MAX_OUTPUT_CHANNELS];
} DirectParams;