aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/template/template.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/phpBB/includes/template/template.php b/phpBB/includes/template/template.php
index 4bca813971..4007b77db8 100644
--- a/phpBB/includes/template/template.php
+++ b/phpBB/includes/template/template.php
@@ -488,17 +488,4 @@ class phpbb_template
}
include($file);
}
-
- /**
- * Retrieves the template locator object.
- *
- * This function is public for the benefit of bbcode implementation.
- * It should not be considered part of template class's public API.
- *
- * @return phpbb_template_locator Template locator for this template
- */
- public function _get_locator()
- {
- return $this->locator;
- }
}