diff --git a/system/lang.php b/system/lang.php index f18bc4cd..711d489d 100644 --- a/system/lang.php +++ b/system/lang.php @@ -123,18 +123,6 @@ class Lang { } } - /** - * Set the place-holder replacements. - * - * @param array $replacements - * @return Lang - */ - public function replace($replacements) - { - $this->replacements = $replacements; - return $this; - } - /** * Get the string content of the language line. */