X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=osx_write.c;h=4656b9d2f22ef16bf23decc41d26371b6e0bc024;hb=14fb4f851fef5772ecdd1bd5b55aec1ec29ae68b;hp=287601c7639b5bdf4d393988de56fdc308cb9871;hpb=6e2e2739acdbacb5f0d4b4272b0e04f74184c66a;p=paraslash.git 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.