mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
LibWeb: Remove unused spin_processing_tasks_with_source_until()
This function is no longer used after apply_the_history_step was converted to use an event-driven state machine.
This commit is contained in:
committed by
Alexander Kalenik
parent
2a69fd4c52
commit
baecba0d08
Notes:
github-actions[bot]
2026-03-31 07:49:09 +00:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/LadybirdBrowser/ladybird/commit/baecba0d080 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8687 Reviewed-by: https://github.com/shannonbooth
@@ -59,7 +59,6 @@ public:
|
||||
GC::Ref<HTML::Task> dequeue_microtask() { return m_microtask_queue.dequeue(); }
|
||||
|
||||
void spin_until(GC::Ref<GC::Function<bool()>> goal_condition);
|
||||
void spin_processing_tasks_with_source_until(Task::Source, GC::Ref<GC::Function<bool()>> goal_condition);
|
||||
void process();
|
||||
void queue_task_to_update_the_rendering();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user