Skip to content

Commit

Permalink
Removing deprecated File::TreeTitle(), use File::getTreeTitle() instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Harvey committed Nov 15, 2012
1 parent e52db56 commit 5a98cdd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions filesystem/File.php
Expand Up @@ -234,14 +234,6 @@ public function RelativeLink() {
return $this->Filename;
}

/**
* @deprecated 3.0 Use getTreeTitle()
*/
public function TreeTitle() {
Deprecation::notice('3.0', 'Use getTreeTitle() instead.');
return $this->getTreeTitle();
}

/**
* @return string
*/
Expand Down

0 comments on commit 5a98cdd

Please sign in to comment.