Remove unused method from router_tool.h

This commit is contained in:
Alex Shvartzkop 2023-08-20 14:28:20 +03:00
parent 1b8abdfde7
commit f211b2cdd0
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ private:
int getStartLayer( const PNS::ITEM* aItem );
void switchLayerOnViaPlacement();
void updateSizesAfterLayerSwitch( PCB_LAYER_ID targetLayer, const VECTOR2I& aPos );
bool getNearestRatnestAnchor( VECTOR2I& aPoint, LAYER_RANGE& aLayers );
int onLayerCommand( const TOOL_EVENT& aEvent );
int onViaCommand( const TOOL_EVENT& aEvent );