mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:47:45 +00:00
LibCore: Remove deferred_invoke overload with Object& parameter
This is not necessary because the user can just use this, which is referenced until the deferred invocation is complete.
This commit is contained in:
parent
8ea22121ac
commit
749f62860e
2 changed files with 0 additions and 6 deletions
|
@ -129,7 +129,6 @@ public:
|
|||
|
||||
void dump_tree(int indent = 0);
|
||||
|
||||
void deferred_invoke(Function<void(Object&)>);
|
||||
void deferred_invoke(Function<void()>);
|
||||
|
||||
void save_to(JsonObject&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue