diff options
author | Chris Robinson <[email protected]> | 2020-01-13 19:45:13 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-01-13 19:45:13 -0800 |
commit | e889282131a8d6bb4dd8efea6b4e1f65fe38f0f4 (patch) | |
tree | bf658729fbb0342e1ff23a72edd16052dc174497 /alc/hrtf.h | |
parent | a1a107f57662db090695fd7dde7712202c50af4b (diff) |
Get rid of an unnecessary struct
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]; |