diff options
Diffstat (limited to 'alc/hrtf.h')
-rw-r--r-- | alc/hrtf.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -61,10 +61,6 @@ struct HrtfStore { }; -struct HrtfState { - alignas(16) std::array<float,HRTF_HISTORY_LENGTH> History; -}; - struct HrtfFilter { alignas(16) HrirArray Coeffs; ALuint Delay[2]; |