Remove unused lambda.

This commit is contained in:
Jeff Young 2021-08-30 13:44:28 +01:00
parent d61411c853
commit 6c16846b21
1 changed files with 0 additions and 6 deletions

View File

@ -155,12 +155,6 @@ bool SCH_EDIT_TOOL::Init()
return !m_frame->GetScreen()->Items().empty(); return !m_frame->GetScreen()->Items().empty();
}; };
auto sheetTool =
[ this ] ( const SELECTION& aSel )
{
return ( m_frame->IsCurrentTool( EE_ACTIONS::drawSheet ) );
};
auto anyTextTool = auto anyTextTool =
[ this ] ( const SELECTION& aSel ) [ this ] ( const SELECTION& aSel )
{ {