mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Make Message command into an AudacityCommand.
This commit is contained in:
committed by
Paul Licameli
parent
edf90d6e2c
commit
f7fe295651
@@ -72,7 +72,6 @@ int ExecCommand(wxString *pIn, wxString *pOut)
|
||||
if (builder.WasValid())
|
||||
{
|
||||
AudacityProject *project = GetActiveProject();
|
||||
//project->SafeDisplayStatusMessage(wxT("Received script command"));
|
||||
OldStyleCommandPointer cmd = builder.GetCommand();
|
||||
ScriptCommandRelay::PostCommand(project, cmd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user