Browse Source

cmMakefile: Remove GetProperties method.

The storage details of properties do not belong in the API.
Stephen Kelly 10 years ago
parent
commit
c6055d9d4c
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Source/cmMakefile.h

+ 0 - 3
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);