Drop unused builtin documentation APIs

Now that all DefineProperty documentation calls have been dropped, drop
the supporting APIs.
This commit is contained in:
Brad King
2013-09-17 09:08:58 -04:00
parent 0c39a757da
commit 53ded59515
6 changed files with 3 additions and 29 deletions

View File

@@ -330,8 +330,7 @@ class cmake
void DefineProperty(const char *name, cmProperty::ScopeType scope,
const char *ShortDescription,
const char *FullDescription,
bool chain = false,
const char *variableGroup = 0);
bool chain = false);
// get property definition
cmPropertyDefinition *GetPropertyDefinition