aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/textformatter/s9e/parser.php10
-rw-r--r--phpBB/phpbb/textformatter/s9e/renderer.php10
2 files changed, 0 insertions, 20 deletions
diff --git a/phpBB/phpbb/textformatter/s9e/parser.php b/phpBB/phpbb/textformatter/s9e/parser.php
index 2f4a03d4c2..6fda94d7ba 100644
--- a/phpBB/phpbb/textformatter/s9e/parser.php
+++ b/phpBB/phpbb/textformatter/s9e/parser.php
@@ -191,16 +191,6 @@ class parser implements \phpbb\textformatter\parser_interface
}
/**
- * Return the instance of s9e\TextFormatter\Parser used by this object
- *
- * @return \s9e\TextFormatter\Parser
- */
- public function get_parser()
- {
- return $this->parser;
- }
-
- /**
* {@inheritdoc}
*/
public function set_var($name, $value)
diff --git a/phpBB/phpbb/textformatter/s9e/renderer.php b/phpBB/phpbb/textformatter/s9e/renderer.php
index 75de54d942..b68c9dd9be 100644
--- a/phpBB/phpbb/textformatter/s9e/renderer.php
+++ b/phpBB/phpbb/textformatter/s9e/renderer.php
@@ -147,16 +147,6 @@ class renderer implements \phpbb\textformatter\renderer_interface
}
/**
- * Return the instance of s9e\TextFormatter\Renderer used by this object
- *
- * @return \s9e\TextFormatter\Renderer
- */
- public function get_renderer()
- {
- return $this->renderer;
- }
-
- /**
* {@inheritdoc}
*/
public function get_viewcensors()