mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Remove unused StyleProperties::background_repeat()
This commit is contained in:
parent
ea0f6b42f0
commit
69878cde3e
Notes:
sideshowbarker
2024-07-17 20:37:02 +09:00
Author: https://github.com/AtkinsSJ
Commit: 69878cde3e
Pull-request: https://github.com/SerenityOS/serenity/pull/12007
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