1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Remove overload of NewIdentifier that was used only once

This commit is contained in:
Paul Licameli
2019-01-07 13:18:48 -05:00
parent 6d093019ef
commit 1e52400936
2 changed files with 17 additions and 50 deletions

View File

@@ -315,17 +315,6 @@ private:
//
int NextIdentifier(int ID);
CommandListEntry *NewIdentifier(const CommandID & name,
const wxString & label,
const wxString & longLabel,
bool hasDialog,
wxMenu *menu,
CommandHandlerFinder finder,
CommandFunctorPointer callback,
const CommandID &nameSuffix,
int index,
int count,
bool bIsEffect);
CommandListEntry *NewIdentifier(const CommandID & name,
const wxString & label,
const wxString & longLabel,