mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:47:45 +00:00
LibCore: Remove unused Core::Object::dump_tree()
This commit is contained in:
parent
887dfd72b9
commit
bdf696e488
2 changed files with 0 additions and 18 deletions
|
@ -126,8 +126,6 @@ public:
|
|||
|
||||
void set_event_filter(Function<bool(Core::Event&)>);
|
||||
|
||||
void dump_tree(int indent = 0);
|
||||
|
||||
void deferred_invoke(Function<void()>);
|
||||
|
||||
void dispatch_event(Core::Event&, Object* stay_within = nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue