ENH: remove removecache entry call

This commit is contained in:
Bill Hoffman 2003-11-26 14:30:28 -05:00
parent 5ccfaefb48
commit 725de95b7e
1 changed files with 0 additions and 2 deletions

View File

@ -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);