| 441 | } |
| 442 | |
| 443 | static void DiscardAllProjects(const FilePaths &files) |
| 444 | { |
| 445 | // Open and close each file, invisibly, removing its Autosave blob |
| 446 | for (auto &file: files) |
| 447 | ProjectFileManager::DiscardAutosave(file); |
| 448 | } |
| 449 | |
| 450 | bool ShowAutoRecoveryDialogIfNeeded(AudacityProject *&pproj, bool *didRecoverAnything) |
| 451 | { |
no outgoing calls
no test coverage detected