Skip to content

Commit

Permalink
[feature/template-engine] Delete _get_locator function.
Browse files Browse the repository at this point in the history
It is no longer needed as locator is injected into template.

PHPBB3-9726
  • Loading branch information
p committed Aug 14, 2011
1 parent 7cfd405 commit 41de09e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions phpBB/includes/template/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -488,17 +488,4 @@ public function _php_include($filename)
}
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;
}
}

0 comments on commit 41de09e

Please sign in to comment.