diff options
author | Chris Robinson <[email protected]> | 2023-01-23 01:04:23 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-01-23 01:04:23 -0800 |
commit | 952446ec11422bbb7e9fee2c3f35cb68aaf68fd2 (patch) | |
tree | 85574d700068f7dea08ca9544cb13c262543e46b /utils/makemhr/makemhr.h | |
parent | 5ae38efd7a58cf8df0e2b1f5c70dbb781a7db9e7 (diff) |
Remove a redundant struct member
Diffstat (limited to 'utils/makemhr/makemhr.h')
-rw-r--r-- | utils/makemhr/makemhr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/makemhr/makemhr.h b/utils/makemhr/makemhr.h index 42f630e2..829ce5d6 100644 --- a/utils/makemhr/makemhr.h +++ b/utils/makemhr/makemhr.h @@ -96,7 +96,6 @@ struct HrirDataT { uint mIrSize{0u}; double mRadius{0.0}; uint mIrCount{0u}; - uint mFdCount{0u}; std::vector<double> mHrirsBase; std::vector<HrirEvT> mEvsBase; |