diff --git a/src/Parsing/ParserState.php b/src/Parsing/ParserState.php index 46311289..9ffd65e0 100644 --- a/src/Parsing/ParserState.php +++ b/src/Parsing/ParserState.php @@ -82,16 +82,6 @@ public function setCharset($sCharset): void } } - /** - * Returns the charset that is used if the CSS does not contain an `@charset` declaration. - * - * @return string - */ - public function getCharset() - { - return $this->sCharset; - } - /** * @return int */