mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
LibWeb: Remove more hand-rolled type information :^)
Hoo boy, we've really accumulated a lot of this stuff.
This commit is contained in:
parent
d2613403e0
commit
3bb0cb2202
15 changed files with 5 additions and 40 deletions
|
@ -63,9 +63,6 @@ public:
|
|||
|
||||
const Vector<EventListenerRegistration>& listeners() const { return m_listeners; }
|
||||
|
||||
virtual bool is_node() const { return false; }
|
||||
virtual bool is_window() const { return false; }
|
||||
|
||||
Function<void(const Event&)> activation_behaviour;
|
||||
|
||||
// NOTE: These only exist for checkbox and radio input elements.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue