diff options
author | Chris Robinson <[email protected]> | 2019-06-04 17:50:36 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-06-04 17:50:36 -0700 |
commit | 9d861406c06d44f4b39e25f3a4deabdf11242ea1 (patch) | |
tree | b3c8328dface60cb14da460b211db146a88717f4 /Alc/panning.cpp | |
parent | 4522a51ea21813de9a59dd059c50f85d8a5116f1 (diff) |
Avoid a separate struct for the bandsplitter all-pass
Diffstat (limited to 'Alc/panning.cpp')
-rw-r--r-- | Alc/panning.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Alc/panning.cpp b/Alc/panning.cpp index ab57ed45..87f8bf72 100644 --- a/Alc/panning.cpp +++ b/Alc/panning.cpp @@ -841,9 +841,6 @@ void aluInitRenderer(ALCdevice *device, ALint hrtf_id, HrtfRequestMode hrtf_appr stablizer->LFilter.init(scale); stablizer->RFilter = stablizer->LFilter; - /* Initialize an all-pass filter for the phase corrector. */ - stablizer->APFilter.init(scale); - device->Stablizer = std::move(stablizer); /* NOTE: Don't know why this has to be "copied" into a local * static constexpr variable to avoid a reference on |