소스 검색

ENH: remove removecache entry call

Bill Hoffman 22 년 전
부모
커밋
725de95b7e
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      Source/MFCDialog/PropertyList.cpp

+ 0 - 2
Source/MFCDialog/PropertyList.cpp

@@ -692,8 +692,6 @@ void CPropertyList::RemoveAll()
   for(int i =0; i < c; ++i)
     {
     CPropertyItem* pItem = (CPropertyItem*) GetItemDataPtr(0);
-    m_CMakeSetupDialog->GetCMakeInstance()->GetCacheManager()
-      ->RemoveCacheEntry(pItem->m_propName);
     m_PropertyItems.erase(pItem);
     delete pItem;
     this->DeleteString(0);