From: Andre Noll Date: Thu, 24 Aug 2006 18:26:10 +0000 (+0200) Subject: osx_write.c: Kill an unused variable X-Git-Tag: v0.2.14~31 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=14fb4f851fef5772ecdd1bd5b55aec1ec29ae68b osx_write.c: Kill an unused variable --- diff --git a/osx_write.c b/osx_write.c index 287601c7..4656b9d2 100644 --- a/osx_write.c +++ b/osx_write.c @@ -48,7 +48,6 @@ typedef struct osx_buffer osx_buffer; /* FIXME */ struct private_osx_write_data { long size; - short *ptr; AudioUnit output; char play; osx_buffer *from; /* Current buffers */ @@ -195,7 +194,6 @@ static int osx_write_open(struct writer_node *wn) if (AudioUnitInitialize(powd->output)) goto e1; powd->size = 0; - powd->ptr = NULL; powd->play = 0; /* Hmmm, let's choose PCM format */ /* We tell the Output Unit what format we're going to supply data to it.