remove unused controller

This commit is contained in:
Manuel Raynaud
2013-11-08 10:04:33 +01:00
parent d80bf97b33
commit 0f1e071967
2 changed files with 0 additions and 53 deletions

View File

@@ -370,9 +370,4 @@ class BaseController extends ContainerAware
{
return $this->container->get("thelia.parser");
}
protected function render($inline)
{
return $this->getParser()->fetch(sprintf("string:%s", $inline));
}
}