diff options
author | Chris Robinson <[email protected]> | 2016-10-05 20:35:14 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-10-05 20:35:14 -0700 |
commit | 965e91c702db7b79fe70124634902712fd19b4ad (patch) | |
tree | 435432b5ef511690bc2bcab0b5e37a84978b24d7 | |
parent | 9b8f36b75879d2fee652c9ff81e1cb5db665a5c5 (diff) |
Remove an unused struct
-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; |