mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
LibWeb: Remove declarations for non-existent methods
This commit is contained in:
parent
8d31e04b8a
commit
7891ad2a28
5 changed files with 0 additions and 9 deletions
|
@ -1377,8 +1377,6 @@ public:
|
|||
|
||||
virtual ~ConicGradientStyleValue() override = default;
|
||||
|
||||
CSSPixelPoint resolve_position(Layout::Node const&, CSSPixelRect const&) const;
|
||||
|
||||
bool is_repeating() const { return m_repeating == GradientRepeating::Yes; }
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue