From a53f300bc01cc1c21f27c8db8a14f0ecc1af8e2a Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 11 May 2001 10:04:24 -0400 Subject: BUG: fix gui problem --- Source/MFCDialog/CMakeSetupDialog.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/MFCDialog/CMakeSetupDialog.cpp b/Source/MFCDialog/CMakeSetupDialog.cpp index fae2e8b..139d1c5 100644 --- a/Source/MFCDialog/CMakeSetupDialog.cpp +++ b/Source/MFCDialog/CMakeSetupDialog.cpp @@ -373,8 +373,6 @@ void CMakeSetupDialog::OnBuildProjects() // copy from the cache manager to the cache edit list box void CMakeSetupDialog::FillCacheGUIFromCacheManager() { - // Clear the current GUI - m_CacheEntriesList.RemoveAll(); const cmCacheManager::CacheEntryMap &cache = cmCacheManager::GetInstance()->GetCacheMap(); for(cmCacheManager::CacheEntryMap::const_iterator i = cache.begin(); -- cgit v0.12