mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/template-engine] Removed more dead code.
PHPBB3-9726
This commit is contained in:
parent
0501640d5d
commit
b5444a7d7d
1 changed files with 0 additions and 6 deletions
|
@ -32,9 +32,6 @@ if (!defined('IN_PHPBB'))
|
||||||
*/
|
*/
|
||||||
class phpbb_template
|
class phpbb_template
|
||||||
{
|
{
|
||||||
public $phpbb_required = array('user', 'config');
|
|
||||||
public $phpbb_optional = array();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var phpbb_template_context Template context.
|
* @var phpbb_template_context Template context.
|
||||||
* Stores template data used during template rendering.
|
* Stores template data used during template rendering.
|
||||||
|
@ -68,9 +65,6 @@ class phpbb_template
|
||||||
|
|
||||||
public $orig_tpl_inherits_id;
|
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
|
* Set template location
|
||||||
* @access public
|
* @access public
|
||||||
|
|
Loading…
Add table
Reference in a new issue