1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 20:57:44 +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:
sin-ack 2021-08-30 18:44:59 +00:00 committed by Ali Mohammad Pur
parent 8ea22121ac
commit 749f62860e
2 changed files with 0 additions and 6 deletions

View file

@ -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&);