LibWeb/CSS: Flatten parse_basic_shape_function() into only caller

This commit is contained in:
Sam Atkins 2024-08-09 11:30:58 +01:00 committed by Andreas Kling
commit 98963e0c9a
Notes: github-actions[bot] 2024-08-10 08:39:25 +00:00
2 changed files with 4 additions and 11 deletions

View file

@ -260,7 +260,6 @@ private:
Optional<URL::URL> parse_url_function(ComponentValue const&);
RefPtr<StyleValue> parse_url_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue> parse_basic_shape_function(ComponentValue const&);
RefPtr<StyleValue> parse_basic_shape_value(TokenStream<ComponentValue>&);
template<typename TElement>