diff --git a/libs/sysplugins/smarty_resource.php b/libs/sysplugins/smarty_resource.php index c68a413e..72611255 100644 --- a/libs/sysplugins/smarty_resource.php +++ b/libs/sysplugins/smarty_resource.php @@ -216,15 +216,6 @@ abstract class Smarty_Resource return array($name, $type); } - /** - * modify resource_name according to resource handlers specifications - * - * @param Smarty $smarty Smarty instance - * @param string $resource_name resource_name to make unique - * - * @return string unique resource name - */ - /** * modify template_resource according to resource handlers specifications *