projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4012aa
)
osx_write.c: Kill an unused variable.
author
Andre Noll
<maan@congo.fml.local>
Mon, 9 Oct 2006 12:03:34 +0000
(14:03 +0200)
committer
Andre Noll
<maan@congo.fml.local>
Mon, 9 Oct 2006 12:03:34 +0000
(14:03 +0200)
osx_write.c
patch
|
blob
|
history
diff --git
a/osx_write.c
b/osx_write.c
index
4d0bfbd
..
45d6802
100644
(file)
--- a/
osx_write.c
+++ b/
osx_write.c
@@
-53,7
+53,6
@@
struct osx_buffer {
};
struct private_osx_write_data {
- long size;
AudioUnit output;
char play;
struct osx_buffer *from; /* Current buffers */
@@
-191,7
+190,6
@@
static int osx_write_open(struct writer_node *wn)
ret = -E_UNIT_INIT;
if (AudioUnitInitialize(powd->output))
goto e1;
- powd->size = 0;
powd->play = 0;
/* Hmmm, let's choose PCM format */
/* We tell the Output Unit what format we're going to supply data to it.