mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb/CSS: Remove unused ParseError::InternalError
This commit is contained in:
parent
d55626dc32
commit
b7a108d7cb
|
|
@ -149,9 +149,8 @@ public:
|
|||
private:
|
||||
Parser(ParsingParams const&, Vector<Token>);
|
||||
|
||||
enum class ParseError {
|
||||
enum class ParseError : u8 {
|
||||
IncludesIgnoredVendorPrefix,
|
||||
InternalError,
|
||||
SyntaxError,
|
||||
};
|
||||
template<typename T>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user