osx_write.c: Kill an unused variable.
[paraslash.git] / osx_write.c
index 4d0bfbdf4f4f9aa300364aa3d53dcee40bb8ba14..45d6802adc9ebe4c105e65b38e97721d63d0da25 100644 (file)
@@ -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.