summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-05 22:24:26 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-07 18:19:42 (GMT)
commit6c02f62f75735f6e60549ef53b06bd87e843bc35 (patch)
treed5d41a235f7fe0e1b2e8279a602b1990c2a1891e /Source/cmMakefile.h
parent360e4e1db0cc89ea4f092eeb1ba1e6df8ee782b7 (diff)
downloadCMake-6c02f62f75735f6e60549ef53b06bd87e843bc35.zip
CMake-6c02f62f75735f6e60549ef53b06bd87e843bc35.tar.gz
CMake-6c02f62f75735f6e60549ef53b06bd87e843bc35.tar.bz2
Remove now-unused directory setters.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 8724c6e..459d34c 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -353,9 +353,7 @@ public:
*/
void SetArgcArgv(const std::vector<std::string>& args);
- void SetCurrentSourceDirectory(const std::string& dir);
const char* GetCurrentSourceDirectory() const;
- void SetCurrentBinaryDirectory(const std::string& dir);
const char* GetCurrentBinaryDirectory() const;
//@}