API CHANGE Removed @deprecated 2.3 function Email::setFormat() - this was not used anywhere

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@77400 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-05-20 07:52:32 +00:00
parent 452c3294b0
commit c83770f403

View File

@ -176,13 +176,6 @@ class Email extends ViewableData {
} }
} }
/**
* @deprecated 2.3 Not used anywhere else
*/
public function setFormat($format) {
user_error('Email->setFormat() is deprecated', E_USER_NOTICE);
}
public function Subject() { public function Subject() {
return $this->subject; return $this->subject;
} }