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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user