From dc2d354e053002b9d515a8d4fc5f1e88578f3abe Mon Sep 17 00:00:00 2001 From: c vw Date: Mon, 7 Sep 2020 09:40:00 +0200 Subject: [PATCH] Removed old interface to the CW keyer --- transmitter.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/transmitter.c b/transmitter.c index 20936d9..9cba43c 100644 --- a/transmitter.c +++ b/transmitter.c @@ -1517,18 +1517,6 @@ void tx_set_ps_sample_rate(TRANSMITTER *tx,int rate) { #endif } -// -// This is the old key-down/key-up interface for iambic.c -// but now it also smoothes (cw_shape) the signal -// -void cw_hold_key(int state) { - if (state) { - cw_key_down = 960000; // up to 20 sec - } else { - cw_key_down = 0; - } -} - // Sine tone generator: // somewhat improved, and provided two siblings // for generating side tones simultaneously on the -- 2.45.2