mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:47:35 +00:00
LibCore+LibGUI: Remove leftover gunk after Inspector removal
Just some functions in Core::Object and GUI::Widget that aren't called from anywhere anymore.
This commit is contained in:
parent
26647f2b10
commit
887dfd72b9
4 changed files with 0 additions and 43 deletions
|
@ -404,9 +404,6 @@ protected:
|
|||
virtual void screen_rects_change_event(ScreenRectsChangeEvent&);
|
||||
virtual void applet_area_rect_change_event(AppletAreaRectChangeEvent&);
|
||||
|
||||
virtual void did_begin_inspection() override;
|
||||
virtual void did_end_inspection() override;
|
||||
|
||||
void show_or_hide_tooltip();
|
||||
|
||||
void add_focus_delegator(Widget*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue