LibWeb: Delete schedule_style_update() and schedule_layout_update()

Both functions schedule HTML event loop processing but that's
unnecessary, because we schedule a rendering task that checks if
style/layout needs an update 60/s anyway.
This commit is contained in:
Aliaksandr Kalenik 2025-07-15 16:25:36 +02:00 committed by Jelle Raaijmakers
commit 9b9acf0bd5
Notes: github-actions[bot] 2025-07-15 14:58:43 +00:00
3 changed files with 0 additions and 30 deletions

View file

@ -349,9 +349,6 @@ public:
Painting::ViewportPaintable const* paintable() const;
Painting::ViewportPaintable* paintable();
void schedule_style_update();
void schedule_layout_update();
GC::Ref<NodeList> get_elements_by_name(FlyString const&);
GC::Ref<HTMLCollection> applets();