mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +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
Notes:
sideshowbarker
2024-07-19 00:15:51 +09:00
Author: https://github.com/awesomekling
Commit: 3bb0cb2202
15 changed files with 5 additions and 40 deletions
|
|
@ -49,8 +49,6 @@ protected:
|
|||
MouseEvent(const FlyString& event_name, i32 offset_x, i32 offset_y);
|
||||
|
||||
private:
|
||||
virtual bool is_mouse_event() const override { return true; }
|
||||
|
||||
void set_event_characteristics();
|
||||
|
||||
i32 m_offset_x { 0 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue