diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-07-18 16:59:41 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-07-18 16:59:41 (GMT) |
commit | c6055d9d4c2f37822866981f5cea1f7389431d49 (patch) | |
tree | 663aa8301c98f0de66cfe82ecf11b9729a7f58d8 /Source | |
parent | cbe3ee58ca568ede66ff04abb6b73ac39b092701 (diff) | |
download | CMake-c6055d9d4c2f37822866981f5cea1f7389431d49.zip CMake-c6055d9d4c2f37822866981f5cea1f7389431d49.tar.gz CMake-c6055d9d4c2f37822866981f5cea1f7389431d49.tar.bz2 |
cmMakefile: Remove GetProperties method.
The storage details of properties do not belong in the API.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmMakefile.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index a010da1..1e2615d 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -702,9 +702,6 @@ public: bool GetPropertyAsBool(const std::string& prop) const; std::vector<std::string> GetPropertyKeys() const; - // Get the properties - cmPropertyMap &GetProperties() { return this->Properties; } - ///! Initialize a makefile from its parent void InitializeFromParent(cmMakefile* parent); |