aboutsummaryrefslogtreecommitdiffstats
path: root/alc/hrtf.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-01-13 19:45:13 -0800
committerChris Robinson <[email protected]>2020-01-13 19:45:13 -0800
commite889282131a8d6bb4dd8efea6b4e1f65fe38f0f4 (patch)
treebf658729fbb0342e1ff23a72edd16052dc174497 /alc/hrtf.h
parenta1a107f57662db090695fd7dde7712202c50af4b (diff)
Get rid of an unnecessary struct
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];