mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
452c3294b0
commit
c83770f403
@ -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() {
|
||||
return $this->subject;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user