1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-10 16:35:32 +01:00

Remove obsolete mentions of DirManager in comments

This commit is contained in:
Paul Licameli
2020-07-20 19:03:40 -04:00
parent bd6536f3c4
commit 061208c5cf
2 changed files with 3 additions and 6 deletions

View File

@@ -1263,7 +1263,6 @@ bool AudacityApp::OnInit()
// AColor depends on theTheme.
AColor::Init();
// Init DirManager, which initializes the temp directory
// If this fails, we must exit the program.
if (!InitTempDir()) {
FinishPreferences();