diff options
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r-- | Alc/hrtf.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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) |