Explorar o código

ENH: remove removecache entry call

Bill Hoffman %!s(int64=22) %!d(string=hai) anos
pai
achega
725de95b7e
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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);