cmMakefile: Remove GetProperties method.

The storage details of properties do not belong in the API.
This commit is contained in:
Stephen Kelly 2015-07-18 18:59:41 +02:00
parent cbe3ee58ca
commit c6055d9d4c
1 changed files with 0 additions and 3 deletions

View File

@ -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);