aboutsummaryrefslogtreecommitdiffstats
path: root/alc/hrtf.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/hrtf.h')
-rw-r--r--alc/hrtf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/alc/hrtf.h b/alc/hrtf.h
index 3298b11f..25811cda 100644
--- a/alc/hrtf.h
+++ b/alc/hrtf.h
@@ -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];