mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Third argument of EnableUsingFlags was always all-ones; eliminate it
This commit is contained in:
@@ -223,7 +223,7 @@ class AUDACITY_DLL_API CommandManager final
|
||||
//
|
||||
|
||||
void EnableUsingFlags(
|
||||
CommandFlag flags, CommandFlag strictFlags, CommandMask mask);
|
||||
CommandFlag flags, CommandFlag strictFlags);
|
||||
void Enable(const wxString &name, bool enabled);
|
||||
void Check(const CommandID &name, bool checked);
|
||||
void Modify(const wxString &name, const wxString &newLabel);
|
||||
|
||||
Reference in New Issue
Block a user