mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
Undo accidental commit. Letting stand the accidental commit of DirManager.cpp, as it was correct.
This commit is contained in:
@@ -279,7 +279,7 @@ wxArrayString BatchCommands::GetAllCommands()
|
||||
}
|
||||
delete effects;
|
||||
|
||||
//vvvvv /* This is for later in development: include the menu commands.
|
||||
/* 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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user