diff options
author | Chris Robinson <[email protected]> | 2016-02-20 05:32:42 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-02-20 05:32:42 -0800 |
commit | e2bbee653edda02ca9079829455675dd111046bd (patch) | |
tree | 45d7458700b92ababf0dc0741b1b69bef73555a7 /Alc/hrtf.h | |
parent | e1ce7f9180d8127397faebf36eb815a5a575d7c8 (diff) |
Include the HRTF filename in the HRTF memory chunk
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r-- | Alc/hrtf.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ struct Hrtf; typedef struct HrtfEntry { al_string name; - al_string filename; const struct Hrtf *hrtf; } HrtfEntry; |