// delete useless commented code

This commit is contained in:
Rémi Gaillard
2013-02-19 14:45:25 +01:00
parent 379381a5aa
commit 23733e0158
-16
View File
@@ -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()
{
}