mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Remove class ImportXMLTagHandler...
... It became unused at d39590cf41
And remove some other complications in ProjectFileManager that were used only
in it
This commit is contained in:
@@ -48,7 +48,8 @@ void ImportCommand::PopulateOrExchange(ShuttleGui & S)
|
||||
}
|
||||
|
||||
bool ImportCommand::Apply(const CommandContext & context){
|
||||
return ProjectFileManager::Get( context.project ).Import(mFileName, nullptr, false);
|
||||
return ProjectFileManager::Get( context.project )
|
||||
.Import(mFileName, false);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user