1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +02:00

Remove oudated comment

This commit is contained in:
Paul Licameli 2017-06-24 13:41:18 -04:00
parent 30317efa03
commit 1fce8b54f2

View File

@ -123,9 +123,6 @@ TrackNodePointer Track::GetNode() const
return mNode;
}
// A track can only live on one list at a time, so if you're moving a
// track from one list to another, you must call SetOwner() with NULL
// pointers first and then with the real pointers.
void Track::SetOwner(TrackList *list, TrackNodePointer node)
{
mList = list;