This commit is contained in:
Tomasz Wlostowski 2022-07-21 19:17:16 +02:00
parent 79fa911e0e
commit 739f74db5f
1 changed files with 0 additions and 22 deletions

View File

@ -405,28 +405,6 @@ int PCB_SELECTION_TOOL::updateSelection( const TOOL_EVENT& aEvent )
return 0;
}
void PCB_SELECTION_TOOL::select(EDA_ITEM*)
{
}
void PCB_SELECTION_TOOL::unselect(EDA_ITEM*)
{
}
void PCB_SELECTION_TOOL::highlight(EDA_ITEM*, int, SELECTION*)
{
}
void PCB_SELECTION_TOOL::unhighlight(EDA_ITEM*, int, SELECTION*)
{
}
void PCB_SELECTION_TOOL::setTransitions()
{