mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-16 19:21:32 +02:00
AUP3: Removes OD code related to project file handling
This removes all of the OnDemand code embedded throughout
the main codebase. Individual files related specifically
to OD have been left in place, but removed from the build.
This commit is contained in:
@@ -2481,13 +2481,6 @@ void WaveTrack::ClearWaveCaches()
|
||||
clip->ClearWaveCache();
|
||||
}
|
||||
|
||||
///Adds an invalid region to the wavecache so it redraws that portion only.
|
||||
void WaveTrack::AddInvalidRegion(sampleCount startSample, sampleCount endSample)
|
||||
{
|
||||
for (const auto &clip : mClips)
|
||||
clip->AddInvalidRegion(startSample, endSample);
|
||||
}
|
||||
|
||||
int WaveTrack::GetAutoSaveIdent() const
|
||||
{
|
||||
return mAutoSaveIdent;
|
||||
|
||||
Reference in New Issue
Block a user