diff options
Diffstat (limited to 'phpBB/includes/template/context.php')
-rw-r--r-- | phpBB/includes/template/context.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/phpBB/includes/template/context.php b/phpBB/includes/template/context.php index 4689cf2d77..498568e5f4 100644 --- a/phpBB/includes/template/context.php +++ b/phpBB/includes/template/context.php @@ -83,26 +83,6 @@ class phpbb_template_context } /** - * Get (non-referenced) rootref - * - * @return array - */ - public function get_rootref() - { - return $this->rootref; - } - - /** - * Get (non-referenced) tpldata - * - * @return array - */ - public function get_tpldata() - { - return $this->tpldata; - } - - /** * Returns a reference to template data array. * * This function is public so that template renderer may invoke it. |