mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +00:00
LibWeb: Remove unused code
The code that used these helpers has been moved a while ago to PageHost.
This commit is contained in:
parent
152ce88984
commit
065c8cefb8
2 changed files with 0 additions and 17 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue