diff options
author | Brad King <brad.king@kitware.com> | 2013-11-12 13:31:56 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-11-12 13:31:56 (GMT) |
commit | a1e22f691792d0c3bcc895ae30f676c6e90167fa (patch) | |
tree | e0e0c8aa88581e8560156680564e44b1dda84c2b /Source/cmDocumentation.h | |
parent | 298ef4332934ff835e8d6f239977cb082b228ff2 (diff) | |
parent | d1526f825e7464b8cb8a82b73718bbf2eb4965c9 (diff) | |
download | CMake-a1e22f691792d0c3bcc895ae30f676c6e90167fa.zip CMake-a1e22f691792d0c3bcc895ae30f676c6e90167fa.tar.gz CMake-a1e22f691792d0c3bcc895ae30f676c6e90167fa.tar.bz2 |
Merge topic 'cmake-internal-locations'
d1526f8 Refactor internal resource location APIs and initialization
Diffstat (limited to 'Source/cmDocumentation.h')
-rw-r--r-- | Source/cmDocumentation.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmDocumentation.h b/Source/cmDocumentation.h index 07e614d..209cc27 100644 --- a/Source/cmDocumentation.h +++ b/Source/cmDocumentation.h @@ -83,9 +83,6 @@ public: void AppendSection(const char *sectionName, cmDocumentationEntry &docs); - /** Set cmake root so we can find installed files */ - void SetCMakeRoot(const char* root) { this->CMakeRoot = root? root:"";} - /** Add common (to all tools) documentation section(s) */ void addCommonStandardDocSections(); @@ -127,7 +124,6 @@ private: std::string NameString; std::map<std::string,cmDocumentationSection*> AllSections; - std::string CMakeRoot; std::string CurrentArgument; struct RequestedHelpItem |