1
Fork 0
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:
Sam Atkins 2022-01-14 16:32:10 +00:00 committed by Andreas Kling
parent ea0f6b42f0
commit 69878cde3e
3 changed files with 0 additions and 16 deletions

View file

@ -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;