diff options
-rw-r--r-- | OpenAL32/Include/alu.h | 6 |
1 files changed, 0 insertions, 6 deletions
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; |