1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Eliminate EXPERIMENTAL_OUTPUT_DISPLAY, again...

See commit 5407079c6228c114bbb2207a85c06488c5e4a2f9 which removed all of it

A needless bit of it got merged in again later from another development.
This commit is contained in:
Paul Licameli 2018-09-14 10:42:16 -04:00
parent 34cc1ff577
commit fe81760522

View File

@ -188,10 +188,6 @@ void WaveTrack::Reinit(const WaveTrack &orig)
}
this->SetOffset(orig.GetOffset());
#ifdef EXPERIMENTAL_OUTPUT_DISPLAY
// To do: mYv, mHeightV, mPerY, mVirtualStereo
#endif
}
void WaveTrack::Merge(const Track &orig)