浏览代码

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);