1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:17:45 +00:00

LibWeb: Remove now-unused parse_css_value(ComponentValue) method

:^)
This commit is contained in:
Sam Atkins 2023-05-24 17:47:08 +01:00 committed by Andreas Kling
parent 7e8ed996c9
commit c0e61f92c0
2 changed files with 0 additions and 34 deletions

View file

@ -286,7 +286,6 @@ private:
RefPtr<StyleValue> style_value;
};
ErrorOr<PropertyAndValue> parse_css_value_for_properties(ReadonlySpan<PropertyID>, TokenStream<ComponentValue>&);
ErrorOr<RefPtr<StyleValue>> parse_css_value(ComponentValue const&);
ErrorOr<RefPtr<StyleValue>> parse_builtin_value(ComponentValue const&);
ErrorOr<RefPtr<StyleValue>> parse_dynamic_value(ComponentValue const&);
ErrorOr<RefPtr<CalculatedStyleValue>> parse_calculated_value(Vector<ComponentValue> const&);