aboutsummaryrefslogtreecommitdiffstats
path: root/alc/hrtf.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/hrtf.h')
-rw-r--r--alc/hrtf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/alc/hrtf.h b/alc/hrtf.h
index 7876265b..29a0864c 100644
--- a/alc/hrtf.h
+++ b/alc/hrtf.h
@@ -88,8 +88,6 @@ struct DirectHrtfState {
alignas(16) HrirArray mCoeffs{};
};
- std::array<float,HRTF_DIRECT_DELAY> mLeftDelay{};
- std::array<float,HRTF_DIRECT_DELAY> mRightDelay{};
std::array<float,HRTF_DIRECT_DELAY+BUFFERSIZE> mTemp;
/* HRTF filter state for dry buffer content */