Legacy functions, not used as of version 2.3.0
| 913 | #if 1 |
| 914 | // Legacy functions, not used as of version 2.3.0 |
| 915 | void OnSelectAllTime(const CommandContext &context) |
| 916 | { |
| 917 | auto &project = context.project; |
| 918 | SelectUtilities::DoSelectTimeAndTracks( project, true, false ); |
| 919 | } |
| 920 | #endif |
| 921 | |
| 922 | void UpdatePrefs() override |
nothing calls this directly
no test coverage detected