From 725de95b7e5b2bd6c43b8dc576a0e4d256fbcb4a Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 26 Nov 2003 14:30:28 -0500 Subject: ENH: remove removecache entry call --- Source/MFCDialog/PropertyList.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/MFCDialog/PropertyList.cpp b/Source/MFCDialog/PropertyList.cpp index aef74b4..bc1c8bc 100644 --- a/Source/MFCDialog/PropertyList.cpp +++ b/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); -- cgit v0.12