| 140 | } |
| 141 | |
| 142 | void DoSelectAllAudio(AudacityProject &project) |
| 143 | { |
| 144 | DoSelectTimeAndAudioTracks( project, true, true ); |
| 145 | } |
| 146 | |
| 147 | // This function selects all tracks if no tracks selected, |
| 148 | // and all time if no time selected. |
no test coverage detected