mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 02:26:10 +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
Notes:
sideshowbarker
2024-07-18 04:55:02 +09:00
Author: https://github.com/sin-ack
Commit: 749f62860e
Pull-request: https://github.com/SerenityOS/serenity/pull/9683
Reviewed-by: https://github.com/alimpfard
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