This is used from Macros.
| 193 | |
| 194 | // This is used from Macros. |
| 195 | bool AudacityCommand::PromptUser(AudacityProject& project) |
| 196 | { |
| 197 | return ShowInterface(&GetProjectFrame(project), IsBatchProcessing()); |
| 198 | } |
| 199 | |
| 200 | bool AudacityCommand::TransferDataToWindow() |
| 201 | { |
no test coverage detected