LibWeb: Remove unused code

The code that used these helpers has been moved a while ago to PageHost.
This commit is contained in:
Sebastian Zaha 2023-07-21 16:46:43 +02:00 committed by Andreas Kling
commit 065c8cefb8
Notes: sideshowbarker 2024-07-18 22:57:59 +09:00
2 changed files with 0 additions and 17 deletions

View file

@ -51,9 +51,6 @@ private:
};
Optional<Target> target_for_mouse_position(CSSPixelPoint position);
Layout::Viewport* layout_root();
Layout::Viewport const* layout_root() const;
Painting::PaintableBox* paint_root();
Painting::PaintableBox const* paint_root() const;