From f211b2cdd0daab1d0071c712387ccd4c73e119a7 Mon Sep 17 00:00:00 2001 From: Alex Shvartzkop Date: Sun, 20 Aug 2023 14:28:20 +0300 Subject: [PATCH] Remove unused method from router_tool.h --- pcbnew/router/router_tool.h | 1 - 1 file changed, 1 deletion(-) 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 );