projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c9fff0
)
removed unused variables
author
c vw
<dl1ycf@darc.de>
Wed, 15 Jan 2020 15:02:01 +0000
(16:02 +0100)
committer
c vw
<dl1ycf@darc.de>
Wed, 15 Jan 2020 15:02:01 +0000
(16:02 +0100)
portaudio.c
patch
|
blob
|
history
diff --git
a/portaudio.c
b/portaudio.c
index c797fe11b29a3d03bfc610997ffadbe0714d5426..9fcc8d2c639f3d7fb7920cf779dc22f1a49c3bb5 100644
(file)
--- 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;