diff --git a/common/lib_tree_model.cpp b/common/lib_tree_model.cpp index 5170913eba..17df2a113b 100644 --- a/common/lib_tree_model.cpp +++ b/common/lib_tree_model.cpp @@ -268,8 +268,6 @@ LIB_TREE_NODE_LIB_ID& LIB_TREE_NODE_LIB::AddItem( LIB_TREE_ITEM* aItem ) void LIB_TREE_NODE_LIB::UpdateScore( EDA_COMBINED_MATCHER* aMatcher, const wxString& aLib ) { - m_Score = 0; - // We need to score leaf nodes, which are usually (but not always) children. if( m_Children.size() )