aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/template/template.php')
-rw-r--r--phpBB/phpbb/template/template.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/phpBB/phpbb/template/template.php b/phpBB/phpbb/template/template.php
index c929934376..8554365c95 100644
--- a/phpBB/phpbb/template/template.php
+++ b/phpBB/phpbb/template/template.php
@@ -63,16 +63,6 @@ interface phpbb_template
public function set_custom_style($names, $paths, $template_path = 'template/');
/**
- * Sets the style names/paths corresponding to style hierarchy being compiled
- * and/or rendered.
- *
- * @param array $style_names List of style names in inheritance tree order
- * @param array $style_paths List of style paths in inheritance tree order
- * @return phpbb_template $this
- */
- public function set_style_names(array $style_names, array $style_paths);
-
- /**
* Clears all variables and blocks assigned to this template.
*
* @return phpbb_template $this