diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 0e9d682..a23c601 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -257,7 +257,6 @@ public: void SetProperty(const char *prop, const char *value); void AppendProperty(const char* prop, const char* value,bool asString=false); const char *GetProperty(const char *prop) const; - const char *GetProperty(const char *prop, cmProperty::ScopeType scope) const; bool GetPropertyAsBool(const char *prop) const; void CheckProperty(const char* prop, cmMakefile* context) const; |