mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:07:35 +00:00
LibWeb: Remove unused StyleProperties::clone()
function
This commit is contained in:
parent
a738c2b120
commit
af13bd8af0
2 changed files with 0 additions and 17 deletions
|
@ -20,8 +20,6 @@ class StyleProperties : public RefCounted<StyleProperties> {
|
|||
public:
|
||||
StyleProperties() = default;
|
||||
|
||||
explicit StyleProperties(StyleProperties const&);
|
||||
|
||||
static NonnullRefPtr<StyleProperties> create() { return adopt_ref(*new StyleProperties); }
|
||||
|
||||
NonnullRefPtr<StyleProperties> clone() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue