mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 09:12:13 -05:00
LibWeb/CSS: Remove CSSNumericType::matches_resolution_percentage()
This isn't a spec type.
This commit is contained in:
parent
4efdb76857
commit
a40dbd080d
Notes:
github-actions[bot]
2025-01-13 11:00:24 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/a40dbd080d0 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3198
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ public:
|
|||
bool matches_number() const;
|
||||
bool matches_percentage() const;
|
||||
bool matches_resolution() const { return matches_dimension(BaseType::Resolution); }
|
||||
bool matches_resolution_percentage() const { return matches_dimension_percentage(BaseType::Resolution); }
|
||||
bool matches_time() const { return matches_dimension(BaseType::Time); }
|
||||
bool matches_time_percentage() const { return matches_dimension_percentage(BaseType::Time); }
|
||||
|
||||
|
|
Loading…
Reference in a new issue