mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-31 15:32:51 +00:00
LibWeb/CSS: Remove redundant font-face src parsing code
We now always parse this as a descriptor.
This commit is contained in:
parent
5f6972fc31
commit
5aeaeb3097
Notes:
github-actions[bot]
2025-04-07 09:01:41 +00:00
Author: https://github.com/AtkinsSJ
Commit: 5aeaeb3097
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4224
3 changed files with 0 additions and 116 deletions
|
@ -1617,11 +1617,6 @@ bool Parser::context_allows_quirky_length() const
|
|||
return unitless_length_allowed;
|
||||
}
|
||||
|
||||
Vector<ParsedFontFace::Source> Parser::parse_as_font_face_src()
|
||||
{
|
||||
return parse_font_face_src(m_token_stream);
|
||||
}
|
||||
|
||||
Vector<ComponentValue> Parser::parse_as_list_of_component_values()
|
||||
{
|
||||
return parse_a_list_of_component_values(m_token_stream);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue