From 63820130c29552cf3fd1908005114b8e0a52f97d Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 15 Nov 2012 11:39:54 +1300 Subject: [PATCH] Remove deprecated Form::FormEncType(), use getEncType() instead --- forms/Form.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/forms/Form.php b/forms/Form.php index 3078c39cd..a55e5a3cf 100644 --- a/forms/Form.php +++ b/forms/Form.php @@ -748,14 +748,6 @@ class Form extends RequestHandler { return $this; } - /** - * @deprecated 3.0 Please use {@link getEncType}. - */ - public function FormEncType() { - Deprecation::notice('3.0', 'Please use Form->getEncType() instead.'); - return $this->getEncType(); - } - /** * Returns the real HTTP method for the form: * GET, POST, PUT, DELETE or HEAD.