summaryrefslogtreecommitdiff
path: root/src/decoder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder.rs')
-rw-r--r--src/decoder.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder.rs b/src/decoder.rs
index 1a217d3..4bf075b 100644
--- a/src/decoder.rs
+++ b/src/decoder.rs
@@ -245,7 +245,6 @@ impl MorseDecoder {
}
// --- The complex analysis functions below are unchanged ---
-
fn detect_pitch_stft(&self) -> Result<f32> {
let fft_size = 4096;
let step_size = fft_size / 4;