aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-04-05 07:09:16 -0700
committerChris Robinson <[email protected]>2017-04-05 07:09:16 -0700
commite7ca61e8b585d1546cb92ddcf0cfcd1fe084484c (patch)
tree323a1fb3af8be4a5bad068ee70f40cb512679d21 /Alc/hrtf.h
parent26144ca9dffd935c3e7499b417ccb9a6ef93eea0 (diff)
Store the HRTF's filename separate from the entry storage
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)