aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-12-10 00:23:03 -0800
committerChris Robinson <[email protected]>2021-12-10 00:23:03 -0800
commitc005d2c300a17f572ef245f334336a5553555fe9 (patch)
tree504934354a03d1f9f9fff4287251757a7b6637bb
parenta97dba6f417ef36140fe31b7b24fd48f620254f3 (diff)
Remove unnecessary lines
-rw-r--r--core/uhjfilter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/uhjfilter.cpp b/core/uhjfilter.cpp
index ecb1e9c6..584718e3 100644
--- a/core/uhjfilter.cpp
+++ b/core/uhjfilter.cpp
@@ -14,8 +14,6 @@
namespace {
-using complex_d = std::complex<double>;
-
const PhaseShifterT<UhjFilterBase::sFilterDelay*2> PShift{};
} // namespace
@@ -175,7 +173,6 @@ void UhjDecoder::decode(const al::span<BufferLine> samples, const size_t offset,
*
* where j is a +90 degree phase shift. w is a variable control for the
* resulting stereo width, with the range 0 <= w <= 0.7.
- *
*/
void UhjDecoder::decodeStereo(const al::span<BufferLine> samples, const size_t offset,
const size_t samplesToDo, const size_t forwardSamples)