mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-03 22:19:07 +02:00
Remove unused function
This commit is contained in:
parent
a9bd2100bb
commit
7186aaf11c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user