LibWeb: Remove unused method on HTMLButtonElement

This commit is contained in:
stelar7 2023-11-05 02:05:12 +01:00 committed by Andreas Kling
commit 5dfe21be85
Notes: sideshowbarker 2024-07-16 19:42:24 +09:00
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&);