| 1007 | } |
| 1008 | |
| 1009 | void OnTrackMenu(const CommandContext &context) |
| 1010 | { |
| 1011 | auto &project = context.project; |
| 1012 | auto &trackPanel = TrackPanel::Get( project ); |
| 1013 | |
| 1014 | trackPanel.OnTrackMenu(); |
| 1015 | } |
| 1016 | |
| 1017 | void OnTrackMute(const CommandContext &context) |
| 1018 | { |
nothing calls this directly
no test coverage detected