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:
parent
27ae172e7e
commit
5dfe21be85
2 changed files with 0 additions and 15 deletions
|
@ -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&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue