mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibWeb: Remove StyleValue::has_rect()
This behaves identically to `is_rect()`
This commit is contained in:
parent
f60446bbfe
commit
5f755d721e
Notes:
sideshowbarker
2024-07-17 04:49:48 +09:00
Author: https://github.com/AtkinsSJ
Commit: 5f755d721e
Pull-request: https://github.com/SerenityOS/serenity/pull/19084
3 changed files with 1 additions and 3 deletions
|
@ -21,7 +21,6 @@ public:
|
|||
|
||||
EdgeRect rect() const { return m_rect; }
|
||||
virtual ErrorOr<String> to_string() const override;
|
||||
virtual bool has_rect() const override { return true; }
|
||||
|
||||
bool properties_equal(RectStyleValue const& other) const { return m_rect == other.m_rect; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue