mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-05 14:49:25 +02:00
Get rid of an unused var to avoid compiler warning.
This commit is contained in:
parent
5f1ce03e32
commit
7e96305991
@ -1869,7 +1869,6 @@ void WaveTrack::GetEnvelopeValues(double *buffer, int bufferLen,
|
|||||||
|
|
||||||
double startTime = t0;
|
double startTime = t0;
|
||||||
double endTime = t0+tstep*bufferLen;
|
double endTime = t0+tstep*bufferLen;
|
||||||
bool processed = false;
|
|
||||||
for (WaveClipList::compatibility_iterator it=GetClipIterator(); it; it=it->GetNext())
|
for (WaveClipList::compatibility_iterator it=GetClipIterator(); it; it=it->GetNext())
|
||||||
{
|
{
|
||||||
WaveClip *clip = it->GetData();
|
WaveClip *clip = it->GetData();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user