diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-11-26 19:30:28 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-11-26 19:30:28 (GMT) |
commit | 725de95b7e5b2bd6c43b8dc576a0e4d256fbcb4a (patch) | |
tree | 08dc329cc20053fa9b6a9d9dbc15d328c5bb6bab | |
parent | 5ccfaefb48758c7af0df011df160add1df1e1b53 (diff) | |
download | CMake-725de95b7e5b2bd6c43b8dc576a0e4d256fbcb4a.zip CMake-725de95b7e5b2bd6c43b8dc576a0e4d256fbcb4a.tar.gz CMake-725de95b7e5b2bd6c43b8dc576a0e4d256fbcb4a.tar.bz2 |
ENH: remove removecache entry call
-rw-r--r-- | Source/MFCDialog/PropertyList.cpp | 2 |
1 files changed, 0 insertions, 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); |