1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-29 16:08:46 +01:00

Remove TrackList::Select

This commit is contained in:
Paul Licameli
2017-01-07 11:20:12 -05:00
parent 5c6fd64a0e
commit 05ddfaf82b
7 changed files with 24 additions and 46 deletions

View File

@@ -1523,9 +1523,6 @@ public:
/// Make the list empty
void Clear(bool sendEvent = true);
/** Select a track, and if it is linked to another track, select it, too. */
void Select(Track * t, bool selected = true);
int GetGroupHeight(const Track * t) const;
bool CanMoveUp(Track * t) const;