diff options
author | Luis Ibanez <luis.ibanez@kitware.com> | 2001-06-21 14:17:34 (GMT) |
---|---|---|
committer | Luis Ibanez <luis.ibanez@kitware.com> | 2001-06-21 14:17:34 (GMT) |
commit | 3221b4e3febe95e8db500ccd2062daa08154e381 (patch) | |
tree | 60cfbda28cda153a690a1d2ad268d81b08845a7b /Source/FLTKDialog | |
parent | f7b22c332f4d54339588e74d5d9ac30180618568 (diff) | |
download | CMake-3221b4e3febe95e8db500ccd2062daa08154e381.zip CMake-3221b4e3febe95e8db500ccd2062daa08154e381.tar.gz CMake-3221b4e3febe95e8db500ccd2062daa08154e381.tar.bz2 |
ENH: INTERNAL properties are not display any longer in the GUI
Diffstat (limited to 'Source/FLTKDialog')
-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 a9e3660..bba16ab 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; } |