mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-11 09:31:13 +02:00
remove a comment
This commit is contained in:
parent
6adc9f9062
commit
88c55c9687
@ -2020,7 +2020,6 @@ std::shared_ptr<Track> AudacityProject::GetFirstVisible()
|
|||||||
{
|
{
|
||||||
std::shared_ptr<Track> pTrack;
|
std::shared_ptr<Track> pTrack;
|
||||||
if (GetTracks()) {
|
if (GetTracks()) {
|
||||||
// Recompute on demand and memo-ize
|
|
||||||
TrackListIterator iter(GetTracks());
|
TrackListIterator iter(GetTracks());
|
||||||
for (Track *t = iter.First(); t; t = iter.Next()) {
|
for (Track *t = iter.First(); t; t = iter.Next()) {
|
||||||
int y = t->GetY();
|
int y = t->GetY();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user