summaryrefslogtreecommitdiffstats
path: root/Source/MFCDialog
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-11-26 19:30:28 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-11-26 19:30:28 (GMT)
commit725de95b7e5b2bd6c43b8dc576a0e4d256fbcb4a (patch)
tree08dc329cc20053fa9b6a9d9dbc15d328c5bb6bab /Source/MFCDialog
parent5ccfaefb48758c7af0df011df160add1df1e1b53 (diff)
downloadCMake-725de95b7e5b2bd6c43b8dc576a0e4d256fbcb4a.zip
CMake-725de95b7e5b2bd6c43b8dc576a0e4d256fbcb4a.tar.gz
CMake-725de95b7e5b2bd6c43b8dc576a0e4d256fbcb4a.tar.bz2
ENH: remove removecache entry call
Diffstat (limited to 'Source/MFCDialog')
-rw-r--r--Source/MFCDialog/PropertyList.cpp2
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);