1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-11 09:31:13 +02:00

remove a comment

This commit is contained in:
Paul Licameli 2017-08-17 01:16:32 -04:00
parent 6adc9f9062
commit 88c55c9687

View File

@ -2020,7 +2020,6 @@ std::shared_ptr<Track> AudacityProject::GetFirstVisible()
{
std::shared_ptr<Track> pTrack;
if (GetTracks()) {
// Recompute on demand and memo-ize
TrackListIterator iter(GetTracks());
for (Track *t = iter.First(); t; t = iter.Next()) {
int y = t->GetY();