1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 17:13:37 +02:00

MenuManager::GetUpdateFlags is now table-driven

This commit is contained in:
Paul Licameli
2019-06-08 23:23:43 -04:00
parent 82ea023843
commit 3847b66638
2 changed files with 22 additions and 166 deletions

View File

@@ -90,8 +90,6 @@ public:
private:
void OnUndoRedo( wxCommandEvent &evt );
CommandFlag GetFocusedFrame(AudacityProject &project);
AudacityProject &mProject;
// 0 is grey out, 1 is Autoselect, 2 is Give warnings.