diff options
author | Chris Robinson <chris.kcat@gmail.com> | 2019-03-24 22:06:01 -0700 |
---|---|---|
committer | Chris Robinson <chris.kcat@gmail.com> | 2019-03-24 22:06:01 -0700 |
commit | 6edfa6e6e0260910576e073288633cdbd3094503 (patch) | |
tree | afaca4c5721f8a6880a23f1810cd939a1443cdf4 /utils/makemhr/loaddef.h | |
parent | f392d9c138b733e44988eadf8f5d8fc5218f8d01 (diff) |
Cleanup some unnecessary parameters
Diffstat (limited to 'utils/makemhr/loaddef.h')
-rw-r--r-- | utils/makemhr/loaddef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/makemhr/loaddef.h b/utils/makemhr/loaddef.h index 5e8c5313..18868967 100644 --- a/utils/makemhr/loaddef.h +++ b/utils/makemhr/loaddef.h @@ -25,6 +25,6 @@ struct TokenReaderT { void TrSetup(FILE *fp, const char *filename, TokenReaderT *tr); int ProcessMetrics(TokenReaderT *tr, const uint fftSize, const uint truncSize, HrirDataT *hData); -int ProcessSources(const HeadModelT model, TokenReaderT *tr, HrirDataT *hData); +int ProcessSources(TokenReaderT *tr, HrirDataT *hData); #endif /* LOADDEF_H */ |