mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-02 12:35:11 +02:00
Unitary fixes (#598)
* Eliminate unneeded back-pointer to project from non-wave Tracks... ... now that DirManager is gone * Remove unused declarations * SampleData::mProject was not used * Correct ProjectFileIO::GetLibraryError * Remove unnecessary #include directives
This commit is contained in:
@@ -144,8 +144,7 @@ SampleBlockPtr SampleBlock::Get(AudacityProject *project,
|
||||
}
|
||||
|
||||
SampleBlock::SampleBlock(AudacityProject *project)
|
||||
: mProject(project),
|
||||
mIO(ProjectFileIO::Get(*project))
|
||||
: mIO(ProjectFileIO::Get(*project))
|
||||
{
|
||||
mValid = false;
|
||||
mSilent = false;
|
||||
|
||||
Reference in New Issue
Block a user