1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-21 14:50:06 +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;
{
// Make a unique_ptr or shared_ptr as appropriate:
auto entry = std::make_unique<CommandListEntry>();
wxString labelPrefix;