mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-05 07:15:46 +00:00
LibWeb/CSS: Remove CSSNumericType::matches_resolution_percentage()
This isn't a spec type.
This commit is contained in:
@@ -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); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user