diff --git a/src/WaveTrack.cpp b/src/WaveTrack.cpp index 2ac95b475..a646d1c50 100644 --- a/src/WaveTrack.cpp +++ b/src/WaveTrack.cpp @@ -1869,7 +1869,6 @@ void WaveTrack::GetEnvelopeValues(double *buffer, int bufferLen, double startTime = t0; double endTime = t0+tstep*bufferLen; - bool processed = false; for (WaveClipList::compatibility_iterator it=GetClipIterator(); it; it=it->GetNext()) { WaveClip *clip = it->GetData();