1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-04 15:50:10 +01:00
This commit is contained in:
v.audacity
2011-03-25 21:17:49 +00:00
parent f2ce7854a3
commit 35087a5553
2 changed files with 3 additions and 3 deletions

View File

@@ -279,7 +279,7 @@ wxArrayString BatchCommands::GetAllCommands()
}
delete effects;
/* This is for later in development: include the menu commands.
//vvvvv /* This is for later in development: include the menu commands.
CommandManager * mManager = project->GetCommandManager();
wxArrayString mNames;
mNames.Clear();
@@ -287,7 +287,7 @@ wxArrayString BatchCommands::GetAllCommands()
for(i=0; i<mNames.GetCount(); i++) {
commands.Add( mNames[i] );
}
*/
//vvvvv */
return commands;
}