diff --git a/pcbnew/router/router_tool.h b/pcbnew/router/router_tool.h index 63d4026dfa..d5386132ba 100644 --- a/pcbnew/router/router_tool.h +++ b/pcbnew/router/router_tool.h @@ -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 );