From: c vw Date: Wed, 15 Jan 2020 15:02:01 +0000 (+0100) Subject: removed unused variables X-Git-Url: https://git.rkrishnan.org/components/vdrive/...?a=commitdiff_plain;h=ca50175df3b63937dee8b6fbdb61f1f65951790b;p=pihpsdr.git removed unused variables --- diff --git a/portaudio.c b/portaudio.c index c797fe1..9fcc8d2 100644 --- a/portaudio.c +++ b/portaudio.c @@ -423,7 +423,6 @@ void audio_close_output(RECEIVER *rx) { // int audio_write (RECEIVER *rx, float left, float right) { - PaError err; int mode=modeUSB; float *buffer = rx->local_audio_buffer; @@ -456,7 +455,6 @@ int audio_write (RECEIVER *rx, float left, float right) } int cw_audio_write(float sample) { - PaError err; RECEIVER *rx = active_receiver; float *buffer = rx->local_audio_buffer;