From 14fb4f851fef5772ecdd1bd5b55aec1ec29ae68b Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 24 Aug 2006 20:26:10 +0200 Subject: [PATCH] osx_write.c: Kill an unused variable --- osx_write.c | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.39.2