diff --git a/library/smarty/libs/sysplugins/smarty_internal_parsetree_text.php b/library/smarty/libs/sysplugins/smarty_internal_parsetree_text.php deleted file mode 100644 --- a/library/smarty/libs/sysplugins/smarty_internal_parsetree_text.php +++ /dev/null @@ -1,37 +0,0 @@ -parser = $parser; - $this->data = $data; - } - - /** - * Return buffer content - * - * @return string text - */ - public function to_smarty_php() { - return $this->data; - } -}