summaryrefslogtreecommitdiff
path: root/Source/cmSourceFile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-09-16 14:38:23 -0400
committerBrad King <brad.king@kitware.com>2013-10-16 09:22:36 -0400
commit399e9c46d88c12507f1a762e69225c5ab9f4ac08 (patch)
treeb220aa74b78aaccdb819e7a4d76a78dea3654b1f /Source/cmSourceFile.h
parent6035c0458e511bae94959ff4e01800dd14384fc2 (diff)
downloadcmake-399e9c46d88c12507f1a762e69225c5ab9f4ac08.tar.gz
Drop builtin property documentation
Drop all DefineProperty calls for non-chained properties. Drop the documentation from the chained ones. The documentation for all properties is now in Help/prop_*/*.rst files.
Diffstat (limited to 'Source/cmSourceFile.h')
-rw-r--r--Source/cmSourceFile.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmSourceFile.h b/Source/cmSourceFile.h
index 6c68b87457..4440b05f6e 100644
--- a/Source/cmSourceFile.h
+++ b/Source/cmSourceFile.h
@@ -90,9 +90,6 @@ public:
// Get the properties
cmPropertyMap &GetProperties() { return this->Properties; };
- // Define the properties
- static void DefineProperties(cmake *cm);
-
/**
* Check whether the given source file location could refer to this
* source.