mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 01:27:42 +00:00
LibCore: Remove some hand-rolled type information from Core::Object
Both is_action() and is_window() can be answered by RTTI.
This commit is contained in:
parent
32fd59b471
commit
42179715c3
5 changed files with 2 additions and 8 deletions
|
@ -204,8 +204,6 @@ protected:
|
|||
virtual void wm_event(WMEvent&);
|
||||
|
||||
private:
|
||||
virtual bool is_window() const override final { return true; }
|
||||
|
||||
void update_cursor();
|
||||
void focus_a_widget_if_possible(FocusSource);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue