From cef087f689b5d729db8af507e3bfc15b6e2191af Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 15 Nov 2012 14:41:17 +1300 Subject: [PATCH] Removed deprecated SiteTree::TreeTitle(), use getTreeTitle() instead --- code/model/SiteTree.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/code/model/SiteTree.php b/code/model/SiteTree.php index 50ab173a..1057ca74 100644 --- a/code/model/SiteTree.php +++ b/code/model/SiteTree.php @@ -2512,15 +2512,6 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid return $this->_cache_statusFlags; } - - /** - * @deprecated 3.0 Use getTreeTitle() - */ - public function TreeTitle() { - Deprecation::notice('3.0', 'Use getTreeTitle() instead.'); - return $this->getTreeTitle(); - } - /** * getTreeTitle will return three html DOM elements, an empty with * the class 'jstree-pageicon' in front, following by a wrapping around its