1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:17:35 +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

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