mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 03:32:09 +01:00
Remove crash-prone "Audio Cache" feature.
This commit is contained in:
@@ -1812,6 +1812,8 @@ void DirManager::RemoveOrphanBlockfiles()
|
||||
|
||||
void DirManager::FillBlockfilesCache()
|
||||
{
|
||||
#ifdef DEPRECATED_AUDIO_CACHE
|
||||
// See http://bugzilla.audacityteam.org/show_bug.cgi?id=545.
|
||||
bool cacheBlockFiles = false;
|
||||
gPrefs->Read(wxT("/Directories/CacheBlockFiles"), &cacheBlockFiles);
|
||||
|
||||
@@ -1856,6 +1858,7 @@ void DirManager::FillBlockfilesCache()
|
||||
iter++;
|
||||
current++;
|
||||
}
|
||||
#endif // DEPRECATED_AUDIO_CACHE
|
||||
}
|
||||
|
||||
void DirManager::WriteCacheToDisk()
|
||||
|
||||
Reference in New Issue
Block a user