Remove unused variable.
[dcpomatic.git] / test / audio_delay_test.cc
index 5574bd627a94cf98487a2154814560aa4bc6b2ee..73977bf3ac5bedae600b9b86ac66156ee9ae02a5 100644 (file)
@@ -57,7 +57,6 @@ void test_audio_delay (int delay_in_ms)
        int frame = 0;
        /* Delay in frames */
        int const delay_in_frames = delay_in_ms * 48000 / 1000;
-       bool done = false;
 
        while (n < sound_asset->intrinsic_duration()) {
                shared_ptr<const libdcp::SoundFrame> sound_frame = sound_asset->get_frame (frame++);