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:
parent
ea0f6b42f0
commit
69878cde3e
3 changed files with 0 additions and 16 deletions
|
@ -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_; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue