From 23733e01585945c9c06f47660d064a000ff3732a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Tue, 19 Feb 2013 14:45:25 +0100 Subject: [PATCH] // delete useless commented code --- classes/controller/FrontController.php | 16 ---------------- 1 file changed, 16 deletions(-) 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() { }