]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
streamline
authorc vw <dl1ycf@darc.de>
Wed, 15 Aug 2018 17:37:52 +0000 (19:37 +0200)
committerc vw <dl1ycf@darc.de>
Wed, 15 Aug 2018 17:37:52 +0000 (19:37 +0200)
transmitter.c

index d5e4a99badf3a2f50941a742ecba6159461e4130..b2e01e3a8ffdc26d260b9a9f5f0c7e8e78b5a283 100644 (file)
@@ -1042,10 +1042,6 @@ void tx_set_ps(TRANSMITTER *tx,int state) {
   vfo_update();
 }
 
-void tx_set_ps_sample_rate(TRANSMITTER *tx,int rate) {
-  SetPSFeedbackRate (tx->id,rate);
-}
-
 void tx_set_twotone(TRANSMITTER *tx,int state) {
   transmitter->twotone=state;
   if(state) {