summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentation.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-11-12 13:31:56 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-11-12 13:31:56 (GMT)
commita1e22f691792d0c3bcc895ae30f676c6e90167fa (patch)
treee0e0c8aa88581e8560156680564e44b1dda84c2b /Source/cmDocumentation.h
parent298ef4332934ff835e8d6f239977cb082b228ff2 (diff)
parentd1526f825e7464b8cb8a82b73718bbf2eb4965c9 (diff)
downloadCMake-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.h4
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