1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 05:07:34 +00:00

LibWeb: Remove unused Element::set_attributes()

This commit is contained in:
Andreas Kling 2020-12-15 18:38:29 +01:00
parent 9c76c4f0cf
commit 4a9dcd974a
2 changed files with 0 additions and 12 deletions

View file

@ -65,8 +65,6 @@ public:
void set_attribute(const FlyString& name, const String& value);
void remove_attribute(const FlyString& name);
void set_attributes(Vector<Attribute>&&);
template<typename Callback>
void for_each_attribute(Callback callback) const
{