From: Andre Noll Date: Mon, 9 Oct 2006 12:03:34 +0000 (+0200) Subject: osx_write.c: Kill an unused variable. X-Git-Tag: v0.2.14~2^2~5 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=ae866086ed9e1883df91f7a5eb403b72a148f014;ds=sidebyside osx_write.c: Kill an unused variable. --- diff --git a/osx_write.c b/osx_write.c index 4d0bfbdf..45d6802a 100644 --- 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.