diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-05-07 17:50:48 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-05-07 17:50:48 -0400 |
commit | b5444a7d7d1f6ac694468d8cc37fc0489e714547 (patch) | |
tree | 55526ce3be1467c3546c547056e84c26dc32c7ca | |
parent | 0501640d5db158a010741e27803191ab469834c4 (diff) | |
download | forums-b5444a7d7d1f6ac694468d8cc37fc0489e714547.tar forums-b5444a7d7d1f6ac694468d8cc37fc0489e714547.tar.gz forums-b5444a7d7d1f6ac694468d8cc37fc0489e714547.tar.bz2 forums-b5444a7d7d1f6ac694468d8cc37fc0489e714547.tar.xz forums-b5444a7d7d1f6ac694468d8cc37fc0489e714547.zip |
[feature/template-engine] Removed more dead code.
PHPBB3-9726
-rw-r--r-- | phpBB/includes/template.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index 755e6adba9..02815c4e15 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -32,9 +32,6 @@ if (!defined('IN_PHPBB')) */ class phpbb_template { - public $phpbb_required = array('user', 'config'); - public $phpbb_optional = array(); - /** * @var phpbb_template_context Template context. * Stores template data used during template rendering. @@ -68,9 +65,6 @@ class phpbb_template public $orig_tpl_inherits_id; - // this will hash handle names to the compiled/uncompiled code for that handle. - public $compiled_code = array(); - /** * Set template location * @access public |