aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-02-20 05:32:42 -0800
committerChris Robinson <[email protected]>2016-02-20 05:32:42 -0800
commite2bbee653edda02ca9079829455675dd111046bd (patch)
tree45d7458700b92ababf0dc0741b1b69bef73555a7 /Alc/hrtf.h
parente1ce7f9180d8127397faebf36eb815a5a575d7c8 (diff)
Include the HRTF filename in the HRTF memory chunk
Diffstat (limited to 'Alc/hrtf.h')
-rw-r--r--Alc/hrtf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/hrtf.h b/Alc/hrtf.h
index 86016ae6..1d9f5d2c 100644
--- a/Alc/hrtf.h
+++ b/Alc/hrtf.h
@@ -12,7 +12,6 @@ struct Hrtf;
typedef struct HrtfEntry {
al_string name;
- al_string filename;
const struct Hrtf *hrtf;
} HrtfEntry;