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

LibWeb: Remove now-unused LayoutRange and LayoutPosition classes :^)

This commit is contained in:
Andreas Kling 2023-01-11 20:22:41 +01:00
parent 9c7e26b8d4
commit 0e53003f72
5 changed files with 0 additions and 108 deletions

View file

@ -327,7 +327,6 @@ set(SOURCES
Layout/InlineNode.cpp
Layout/Label.cpp
Layout/LabelableNode.cpp
Layout/LayoutPosition.cpp
Layout/LayoutState.cpp
Layout/LineBox.cpp
Layout/LineBoxFragment.cpp