aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alu.h')
-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 25a1d422..3e18f857 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -256,7 +256,6 @@ struct ALvoice {
struct DirectData {
int FilterType;
al::span<FloatBufferLine> Buffer;
- ALsizei ChannelsPerOrder[MAX_AMBI_ORDER+1];
};
DirectData mDirect;