diff --git a/pcbnew/tools/selection_tool.cpp b/pcbnew/tools/selection_tool.cpp index 6daa7a611b..29b9a91803 100644 --- a/pcbnew/tools/selection_tool.cpp +++ b/pcbnew/tools/selection_tool.cpp @@ -317,11 +317,6 @@ int SELECTION_TOOL::Main( const TOOL_EVENT& aEvent ) m_toolMgr->RunAction( PCB_ACTIONS::clearHighlight ); } - else if( evt->Action() == TA_UNDO_REDO_PRE ) - { - ClearSelection(); - } - else evt->SetPassEvent(); }