mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-08 12:42:03 +01:00
Remove crash-prone "Audio Cache" feature.
This commit is contained in:
@@ -4575,7 +4575,10 @@ void AudacityProject::OnAudioIONewBlockFiles(const wxString& blockFileLog)
|
||||
bool AudacityProject::GetCacheBlockFiles()
|
||||
{
|
||||
bool cacheBlockFiles = false;
|
||||
#ifdef DEPRECATED_AUDIO_CACHE
|
||||
// See http://bugzilla.audacityteam.org/show_bug.cgi?id=545.
|
||||
gPrefs->Read(wxT("/Directories/CacheBlockFiles"), &cacheBlockFiles);
|
||||
#endif
|
||||
return cacheBlockFiles;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user