1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Remove short functions from namespace TransportActions

This commit is contained in:
Paul Licameli
2019-07-03 10:20:53 -04:00
parent c8c76cf294
commit 2c840a75c5
8 changed files with 10 additions and 28 deletions

View File

@@ -719,7 +719,7 @@ bool MacroCommands::DoAudacityCommand(
if (flags & EffectManager::kConfigured)
{
TransportActions::DoStop(project);
ProjectAudioManager::Get( project ).Stop();
// SelectAllIfNone();
}