diff options
author | Chris Robinson <[email protected]> | 2023-01-23 00:57:19 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-01-23 00:57:19 -0800 |
commit | 5ae38efd7a58cf8df0e2b1f5c70dbb781a7db9e7 (patch) | |
tree | 4ac38a5d4ae8a610a8f052f45789605c14779ec8 /utils/makemhr/makemhr.cpp | |
parent | c18bf15a37b01525f87d976e98ad4f62d6d288a6 (diff) |
Remove some unused members
Diffstat (limited to 'utils/makemhr/makemhr.cpp')
-rw-r--r-- | utils/makemhr/makemhr.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/makemhr/makemhr.cpp b/utils/makemhr/makemhr.cpp index 2fec001b..00506727 100644 --- a/utils/makemhr/makemhr.cpp +++ b/utils/makemhr/makemhr.cpp @@ -1175,9 +1175,7 @@ int PrepareHrirData(const uint fdCount, const double (&distances)[MAX_FD_COUNT], { uint azCount = azCounts[(fi * MAX_EV_COUNT) + ei]; - hData->mFds[fi].mIrCount += azCount; hData->mFds[fi].mEvs[ei].mElevation = -M_PI / 2.0 + M_PI * ei / (evCounts[fi] - 1); - hData->mFds[fi].mEvs[ei].mIrCount += azCount; hData->mFds[fi].mEvs[ei].mAzCount = azCount; hData->mFds[fi].mEvs[ei].mAzs = &hData->mAzsBase[azTotal]; for(ai = 0;ai < azCount;ai++) |