diff options
author | Luis Ibanez <luis.ibanez@kitware.com> | 2001-06-21 10:17:34 -0400 |
---|---|---|
committer | Luis Ibanez <luis.ibanez@kitware.com> | 2001-06-21 10:17:34 -0400 |
commit | 3221b4e3febe95e8db500ccd2062daa08154e381 (patch) | |
tree | 60cfbda28cda153a690a1d2ad268d81b08845a7b /Source/FLTKDialog/CMakeSetupGUIImplementation.cxx | |
parent | f7b22c332f4d54339588e74d5d9ac30180618568 (diff) | |
download | cmake-3221b4e3febe95e8db500ccd2062daa08154e381.tar.gz |
ENH: INTERNAL properties are not display any longer in the GUI
Diffstat (limited to 'Source/FLTKDialog/CMakeSetupGUIImplementation.cxx')
-rw-r--r-- | Source/FLTKDialog/CMakeSetupGUIImplementation.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx b/Source/FLTKDialog/CMakeSetupGUIImplementation.cxx index a9e36609d0..bba16abfdf 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; } |