mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-29 16:08:46 +01:00
Remove TrackList::Select
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user