1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-02 20:37:38 +02:00

AUP3: Remove obsolete audio file cache

This commit is contained in:
Leland Lucius
2020-06-21 18:53:54 -05:00
parent cbf1bb558e
commit b1beb20ae9
9 changed files with 38 additions and 393 deletions

View File

@@ -916,9 +916,6 @@ You are saving directly to a slow external storage device\n\
history.PushState(XO("Recorded Audio"), XO("Record"));
}
// Write all cached files to disk, if any
dirManager.WriteCacheToDisk();
// Now we auto-save again to get the project to a "normal" state again.
projectFileIO.AutoSave();
}
@@ -1170,4 +1167,4 @@ GetPropertiesOfSelected(const AudacityProject &proj)
result.rateOfSelected = rateOfSelection;
return result;
}
}