Browse Source

Remove now-invalid mock call

6.0.7
Seth Hillbrand 4 years ago
parent
commit
3a7721d41c
  1. 13
      qa/qa_utils/mocks.cpp

13
qa/qa_utils/mocks.cpp

@ -497,19 +497,6 @@ int PCB_SELECTION_TOOL::selectSameSheet( const TOOL_EVENT& aEvent )
}
void PCB_SELECTION_TOOL::findCallback( BOARD_ITEM* aItem )
{
}
int PCB_SELECTION_TOOL::find( const TOOL_EVENT& aEvent )
{
return 0;
}
/**
* Function itemIsIncludedByFilter()
*

Loading…
Cancel
Save