From 3221b4e3febe95e8db500ccd2062daa08154e381 Mon Sep 17 00:00:00 2001 From: Luis Ibanez Date: Thu, 21 Jun 2001 10:17:34 -0400 Subject: [PATCH] ENH: INTERNAL properties are not display any longer in the GUI --- Source/FLTKDialog/CMakeSetupGUIImplementation.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx b/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx index a9e36609d..bba16abfd 100644 --- a/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx +++ b/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx @@ -456,10 +456,7 @@ CMakeSetupGUIImplementation fltk::PropertyList::EDIT,""); break; case cmCacheManager::INTERNAL: - m_CacheEntriesList.AddProperty(key, - value.m_Value.c_str(), - value.m_HelpString.c_str(), - fltk::PropertyList::EDIT,""); + // These entries should not be seen by the user break; }