diff --git a/src/commands/CommandManager.h b/src/commands/CommandManager.h index ffd505da9..3b1b6df23 100644 --- a/src/commands/CommandManager.h +++ b/src/commands/CommandManager.h @@ -568,10 +568,6 @@ namespace MenuTable { inline BaseItemPtr Items( Args&&... args ) { return std::make_unique( std::forward(args)... ); } - inline BaseItemPtr Items( - const wxString &title, BaseItemPtrs &&items ) - { (void)title; // Compiler food - return std::make_unique( std::move( items ) ); } // Menu items can be constructed two ways, as for group items // Items will appear in a main toolbar menu or in a sub-menu