1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-01 17:34:24 +01:00

Remove unused function

This commit is contained in:
Paul Licameli
2020-09-30 01:44:35 -04:00
parent a9bd2100bb
commit 7186aaf11c

View File

@@ -40,14 +40,6 @@ static CommandHandlerObject &findCommandHandler(AudacityProject &) {
namespace{
using namespace MenuTable;
auto ToolbarCheckFn( int toolbarId ) -> CommandManager::CheckFn
{
return [toolbarId](AudacityProject &project){
auto &toolManager = ToolManager::Get( project );
return toolManager.IsVisible(toolbarId);
};
}
BaseItemSharedPtr ToolbarsMenu()
{
using Options = CommandManager::Options;