diff options
author | Chris Robinson <[email protected]> | 2017-04-05 07:09:16 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-04-05 07:09:16 -0700 |
commit | e7ca61e8b585d1546cb92ddcf0cfcd1fe084484c (patch) | |
tree | 323a1fb3af8be4a5bad068ee70f40cb512679d21 /Alc/hrtf.h | |
parent | 26144ca9dffd935c3e7499b417ccb9a6ef93eea0 (diff) |
Store the HRTF's filename separate from the entry storage
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) |