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
commit 69878cde3e
Notes: sideshowbarker 2024-07-17 20:37:02 +09:00
3 changed files with 0 additions and 16 deletions

View file

@ -80,11 +80,6 @@ struct BoxShadowData {
Color color {};
};
struct BackgroundRepeatData {
CSS::Repeat repeat_x;
CSS::Repeat repeat_y;
};
class ComputedValues {
public:
CSS::Float float_() const { return m_noninherited.float_; }