From 71c1b32c515b08293b3beab59353a96e5ee3ad54 Mon Sep 17 00:00:00 2001 From: uwetews Date: Mon, 14 Sep 2015 23:39:04 +0200 Subject: [PATCH] - optimize internal subtemplate handling --- libs/sysplugins/smarty_internal_template.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libs/sysplugins/smarty_internal_template.php b/libs/sysplugins/smarty_internal_template.php index 8f3966fe..0734d8d5 100644 --- a/libs/sysplugins/smarty_internal_template.php +++ b/libs/sysplugins/smarty_internal_template.php @@ -70,13 +70,6 @@ class Smarty_Internal_Template extends Smarty_Internal_TemplateBase */ public $tpl_function = array(); - /** - * Template is inheritance child template - * - * @var bool - */ - public $isChild = false; - /** * Create template data object * Some of the global Smarty settings copied to template scope