ENH: remove removecache entry call
This commit is contained in:
parent
5ccfaefb48
commit
725de95b7e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue