]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - osx_write.c
osx_write.c: Kill an unused variable
[paraslash.git] / 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.