mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01: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:
@@ -1245,7 +1245,7 @@ const TranslatableString & ProjectFileIO::GetLastError() const
|
||||
|
||||
const TranslatableString & ProjectFileIO::GetLibraryError() const
|
||||
{
|
||||
return mLastError;
|
||||
return mLibraryError;
|
||||
}
|
||||
|
||||
void ProjectFileIO::SetError(const TranslatableString & msg)
|
||||
|
||||
Reference in New Issue
Block a user