1
0
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:
Paul Licameli
2019-06-13 16:55:01 -04:00
parent a34f1cbba5
commit 64650b9a55
3 changed files with 6 additions and 8 deletions

View File

@@ -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);