| 472 | } |
| 473 | |
| 474 | void OnSelectAllTracks(const CommandContext &context) |
| 475 | { |
| 476 | auto &project = context.project; |
| 477 | SelectUtilities::DoSelectTimeAndTracks( project, false, true ); |
| 478 | } |
| 479 | |
| 480 | void OnSelectSyncLockSel(const CommandContext &context) |
| 481 | { |
nothing calls this directly
no test coverage detected