| 678 | } |
| 679 | |
| 680 | bool TrackList::CanMoveDown(Track &t) const |
| 681 | { |
| 682 | return GetNext(t, true) != nullptr; |
| 683 | } |
| 684 | |
| 685 | // This is used when you want to swap the track at s1 with the track at s2. |
| 686 | // The complication is that the tracks are stored in a single |
no outgoing calls
no test coverage detected