1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:27:36 +00:00

LibWeb: Remove the unused LayoutTreeModel

If we want to bring back this functionality, we'll have to rewrite it
for multi-process mode anyway.
This commit is contained in:
Andreas Kling 2021-09-18 16:46:55 +02:00
parent aa118642aa
commit 291dbff2e1
5 changed files with 0 additions and 193 deletions

View file

@ -204,7 +204,6 @@ set(SOURCES
Layout/TableRowGroupBox.cpp
Layout/TextNode.cpp
Layout/TreeBuilder.cpp
LayoutTreeModel.cpp
Loader/CSSLoader.cpp
Loader/ContentFilter.cpp
Loader/FrameLoader.cpp