Просмотр исходного кода

ENH: remove removecache entry call

Bill Hoffman 22 лет назад
Родитель
Сommit
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)
   for(int i =0; i < c; ++i)
     {
     {
     CPropertyItem* pItem = (CPropertyItem*) GetItemDataPtr(0);
     CPropertyItem* pItem = (CPropertyItem*) GetItemDataPtr(0);
-    m_CMakeSetupDialog->GetCMakeInstance()->GetCacheManager()
-      ->RemoveCacheEntry(pItem->m_propName);
     m_PropertyItems.erase(pItem);
     m_PropertyItems.erase(pItem);
     delete pItem;
     delete pItem;
     this->DeleteString(0);
     this->DeleteString(0);