mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:07:45 +00:00
LibWeb: Remove background-repeat/image fields and getters
These aren't needed now that we render using background_layers instead. The one casualty is the resolved style for background-repeat, but that was incorrect anyway.
This commit is contained in:
parent
e8b7946732
commit
a214036509
5 changed files with 0 additions and 57 deletions
|
@ -131,9 +131,6 @@ public:
|
|||
|
||||
Color background_color(const Gfx::Palette&) const;
|
||||
Vector<CSS::BackgroundLayerData> const* background_layers() const;
|
||||
RefPtr<Gfx::Bitmap> background_image() const;
|
||||
CSS::Repeat background_repeat_x() const;
|
||||
CSS::Repeat background_repeat_y() const;
|
||||
|
||||
Color link_color() const;
|
||||
void set_link_color(Color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue