diff --git a/classes/controller/FrontController.php b/classes/controller/FrontController.php index ebdc7309a..68683207a 100755 --- a/classes/controller/FrontController.php +++ b/classes/controller/FrontController.php @@ -406,22 +406,6 @@ class FrontControllerCore extends Controller } public function postProcess() - { - /*// For retrocompatibility with versions before 1.5, preProcess support will be removed on next release - if (method_exists(get_class($this), 'preProcess')) - { - $reflection = new ReflectionClass($this); - if (!in_array($reflection->getMethod('preProcess')->class, array('FrontController', 'FrontControllerCore'))) - { - Tools::displayAsDeprecated('Method preProcess() is deprecated in controllers, use method postProcess() instead'); - $this->preProcess(); - } - }*/ - - //$this->preProcess(); - } - - public function preProcess() { }