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

Remove unused functions CommandManager::AddCommand

This commit is contained in:
Paul Licameli
2019-12-12 09:29:33 -05:00
parent 1e52400936
commit 6f28f228a1
2 changed files with 0 additions and 41 deletions

View File

@@ -192,21 +192,6 @@ class AUDACITY_DLL_API CommandManager final
void AddSeparator();
// A command doesn't actually appear in a menu but might have a
// keyboard shortcut.
void AddCommand(const CommandID &name,
const wxChar *label,
CommandHandlerFinder finder,
CommandFunctorPointer callback,
CommandFlag flags);
void AddCommand(const CommandID &name,
const wxChar *label,
CommandHandlerFinder finder,
CommandFunctorPointer callback,
const wxChar *accel,
CommandFlag flags);
void PopMenuBar();
void BeginOccultCommands();
void EndOccultCommands();