From ae866086ed9e1883df91f7a5eb403b72a148f014 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 9 Oct 2006 14:03:34 +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 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. -- 2.39.2