From 965e91c702db7b79fe70124634902712fd19b4ad Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 5 Oct 2016 20:35:14 -0700 Subject: Remove an unused struct --- OpenAL32/Include/alu.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'OpenAL32/Include/alu.h') diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 47d4fab0..09c8c238 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -110,12 +110,6 @@ enum ActiveFilters { }; -typedef struct MixGains { - ALfloat Current; - ALfloat Step; - ALfloat Target; -} MixGains; - typedef struct MixHrtfParams { const HrtfParams *Target; HrtfParams *Current; -- cgit v1.2.3