aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/s9e/parser.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/textformatter/s9e/parser.php')
-rw-r--r--phpBB/phpbb/textformatter/s9e/parser.php10
1 files changed, 0 insertions, 10 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)