1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-13 07:07:46 +02:00

Remove a comment

This commit is contained in:
Paul Licameli 2018-10-19 17:00:55 -04:00
parent 4c62aafed8
commit c9d9871f6c

View File

@ -944,7 +944,6 @@ CommandListEntry *CommandManager::NewIdentifier(const wxString & nameIn,
return prev; return prev;
{ {
// Make a unique_ptr or shared_ptr as appropriate:
auto entry = std::make_unique<CommandListEntry>(); auto entry = std::make_unique<CommandListEntry>();
wxString labelPrefix; wxString labelPrefix;