diff options
Diffstat (limited to 'include/smarty/libs/sysplugins/smarty_template_resource_base.php')
-rw-r--r-- | include/smarty/libs/sysplugins/smarty_template_resource_base.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/smarty/libs/sysplugins/smarty_template_resource_base.php b/include/smarty/libs/sysplugins/smarty_template_resource_base.php index b9e2e2830..0911feb8d 100644 --- a/include/smarty/libs/sysplugins/smarty_template_resource_base.php +++ b/include/smarty/libs/sysplugins/smarty_template_resource_base.php @@ -80,13 +80,6 @@ abstract class Smarty_Template_Resource_Base public $required_plugins = array(); /** - * Known template functions - * - * @var array - */ - public $tpl_function = array(); - - /** * Included subtemplates * * @var array |