diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-12 11:48:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-12 11:48:27 +0100 |
| commit | b74c18dfc759fc87a5448b54e187c195a48ed3bc (patch) | |
| tree | cf28ee5e7a6dc5576e3a460bf0c37535faab3860 /test/audio_delay_test.cc | |
| parent | 1ce750706b316b9337c65553535a1f1efc8fff20 (diff) | |
Remove unused variable.
Diffstat (limited to 'test/audio_delay_test.cc')
| -rw-r--r-- | test/audio_delay_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/audio_delay_test.cc b/test/audio_delay_test.cc index 5574bd627..73977bf3a 100644 --- a/test/audio_delay_test.cc +++ b/test/audio_delay_test.cc @@ -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++); |
