aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r--Alc/hrtf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Alc/hrtf.h b/Alc/hrtf.h
index c5257d3d..deaf11c2 100644
--- a/Alc/hrtf.h
+++ b/Alc/hrtf.h
@@ -17,9 +17,6 @@ struct Hrtf {
const ALushort *evOffset;
const ALfloat *coeffs;
const ALubyte *delays;
-
- const char *filename;
- struct Hrtf *next;
};
#define HRTFDELAY_BITS (20)