From c83770f40336b5c51006f38a442289918acc881a Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 20 May 2009 07:52:32 +0000 Subject: [PATCH] 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 --- email/Email.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/email/Email.php b/email/Email.php index b86e24344..061c25a46 100755 --- a/email/Email.php +++ b/email/Email.php @@ -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; }