diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-05 22:24:26 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-07 18:19:42 (GMT) |
commit | 6c02f62f75735f6e60549ef53b06bd87e843bc35 (patch) | |
tree | d5d41a235f7fe0e1b2e8279a602b1990c2a1891e /Source/cmMakefile.h | |
parent | 360e4e1db0cc89ea4f092eeb1ba1e6df8ee782b7 (diff) | |
download | CMake-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.h | 2 |
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; //@} |