Removing deprecated File::TreeTitle(), use File::getTreeTitle() instead

This commit is contained in:
Sean Harvey 2012-11-15 11:14:17 +13:00
parent e52db56ac8
commit 5a98cddd87
1 changed files with 0 additions and 8 deletions

View File

@ -234,14 +234,6 @@ class File extends DataObject {
return $this->Filename;
}
/**
* @deprecated 3.0 Use getTreeTitle()
*/
public function TreeTitle() {
Deprecation::notice('3.0', 'Use getTreeTitle() instead.');
return $this->getTreeTitle();
}
/**
* @return string
*/