summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h3
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);