1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

ViewMenus not link dependent on ToolbarMenus

This commit is contained in:
Paul Licameli
2020-01-29 14:45:49 -05:00
parent ffe101f9a2
commit 1061c98b9f
2 changed files with 76 additions and 79 deletions

View File

@@ -382,8 +382,6 @@ static CommandHandlerObject &findCommandHandler(AudacityProject &project) {
#define FN(X) (& ViewActions::Handler :: X)
MenuTable::BaseItemSharedPtr ToolbarsMenu();
// Under /MenuBar
namespace {
using namespace MenuTable;
@@ -440,12 +438,6 @@ BaseItemSharedPtr ViewMenu()
Section( "Windows" ),
Section( "",
//////////////////////////////////////////////////////////////////////////
ToolbarsMenu()
),
Section( "Other",
Command( wxT("ShowExtraMenus"), XXO("&Extra Menus (on/off)"),
FN(OnShowExtraMenus), AlwaysEnabledFlag,