mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:57:43 +00:00
LibWeb: Remove unused StyleProperties::background_repeat()
This commit is contained in:
parent
ea0f6b42f0
commit
69878cde3e
3 changed files with 0 additions and 16 deletions
|
@ -62,7 +62,6 @@ public:
|
|||
Optional<CSS::JustifyContent> justify_content() const;
|
||||
Optional<CSS::Overflow> overflow_x() const;
|
||||
Optional<CSS::Overflow> overflow_y() const;
|
||||
Optional<BackgroundRepeatData> background_repeat() const;
|
||||
Optional<CSS::BoxShadowData> box_shadow() const;
|
||||
CSS::BoxSizing box_sizing() const;
|
||||
Optional<CSS::PointerEvents> pointer_events() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue