mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibWeb/CSS: Flatten parse_basic_shape_function() into only caller
This commit is contained in:
parent
e5553d6d2f
commit
98963e0c9a
Notes:
github-actions[bot]
2024-08-10 08:39:25 +00:00
Author: https://github.com/AtkinsSJ
Commit: 98963e0c9a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1018
Reviewed-by: https://github.com/awesomekling
2 changed files with 4 additions and 11 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue