1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00

LibWeb: Remove unused method on HTMLButtonElement

This commit is contained in:
stelar7 2023-11-05 02:05:12 +01:00 committed by Andreas Kling
parent 27ae172e7e
commit 5dfe21be85
2 changed files with 0 additions and 15 deletions

View file

@ -34,7 +34,6 @@ public:
#undef __ENUMERATE_HTML_BUTTON_TYPE_ATTRIBUTE
};
StringView type() const;
TypeAttributeState type_state() const;
WebIDL::ExceptionOr<void> set_type(String const&);