mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:28:11 +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
|
@ -79,8 +79,6 @@ public:
|
|||
|
||||
HighResolutionTime::Performance& performance() { return *m_performance; }
|
||||
|
||||
virtual bool is_window() const override { return true; }
|
||||
|
||||
const Event* current_event() const { return m_current_event; }
|
||||
void set_current_event(Event* event) { m_current_event = event; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue