Skip to content

Commit

Permalink
Remove deprecated Object::set_uninherited()
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Harvey committed Nov 16, 2012
1 parent d13b067 commit 7042d87
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions core/Object.php
Expand Up @@ -847,14 +847,7 @@ public function set_stat($name, $value) {
public function uninherited($name) {
return Config::inst()->get(($this->class ? $this->class : get_class($this)), $name, Config::UNINHERITED);
}

/**
* @deprecated
*/
public function set_uninherited() {
Deprecation::notice('2.4', 'Use a custom static on your object instead.');
}


// --------------------------------------------------------------------------------------------------------------

/**
Expand Down

0 comments on commit 7042d87

Please sign in to comment.