mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:17:35 +00:00
LibWeb: Remove StyleValue::has_rect()
This behaves identically to `is_rect()`
This commit is contained in:
parent
f60446bbfe
commit
5f755d721e
3 changed files with 1 additions and 3 deletions
|
@ -294,7 +294,6 @@ public:
|
|||
bool has_auto() const;
|
||||
virtual bool has_color() const { return false; }
|
||||
virtual bool has_length() const { return false; }
|
||||
virtual bool has_rect() const { return false; }
|
||||
virtual bool has_number() const { return false; }
|
||||
virtual bool has_integer() const { return false; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue