osx_write.c: Kill an unused variable
authorAndre Noll <maan@congo.fml.local>
Thu, 24 Aug 2006 18:26:10 +0000 (20:26 +0200)
committerAndre Noll <maan@congo.fml.local>
Thu, 24 Aug 2006 18:26:10 +0000 (20:26 +0200)
osx_write.c

index 287601c7639b5bdf4d393988de56fdc308cb9871..4656b9d2f22ef16bf23decc41d26371b6e0bc024 100644 (file)
@@ -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.