diff --git a/src/trx-server/src/audio.rs b/src/trx-server/src/audio.rs index e375c5b..40520be 100644 --- a/src/trx-server/src/audio.rs +++ b/src/trx-server/src/audio.rs @@ -282,10 +282,6 @@ impl DecoderHistories { h.iter().map(|(_, evt)| evt.clone()).collect() } - pub fn clear_cw_history(&self) { - self.cw.lock().expect("cw history mutex poisoned").clear(); - } - // --- FT8 --- fn prune_ft8(history: &mut VecDeque<(Instant, Ft8Message)>) {