diff --git a/pcbnew/router/router_tool.cpp b/pcbnew/router/router_tool.cpp index 21fdef640c..abec4cb8b7 100644 --- a/pcbnew/router/router_tool.cpp +++ b/pcbnew/router/router_tool.cpp @@ -1236,7 +1236,6 @@ int ROUTER_TOOL::InlineBreakTrack( const TOOL_EVENT& aEvent ) if( item->Type() != PCB_TRACE_T ) return 0; - Init(); Activate(); m_toolMgr->RunAction( PCB_ACTIONS::selectionClear, true );