1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-03 09:29:30 +02:00

Get rid of an unused var to avoid compiler warning.

This commit is contained in:
v.audacity@gmail.com 2015-02-19 11:17:40 +00:00
parent 5f1ce03e32
commit 7e96305991

View File

@ -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();