diff options
author | Chris Robinson <[email protected]> | 2019-02-22 22:03:04 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-02-22 22:03:04 -0800 |
commit | 45378fe6872fc0e27f1865fe909b22788d486c7b (patch) | |
tree | 6e558b393dc221f3298a11db582a64a334c1015d /OpenAL32 | |
parent | 5b35e60a980815bf7b4310afcc5004bd36bd92f6 (diff) |
Remove the unused FOAOut EffectTarget
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index 7360d264..69ebdc43 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -15,7 +15,6 @@ struct ALeffectslot; struct EffectTarget { MixParams *Main; - MixParams *FOAOut; RealMixParams *RealOut; }; |