mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 17:19:43 +02:00
Remove oudated comment
This commit is contained in:
parent
30317efa03
commit
1fce8b54f2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user