1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:07: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

@ -12,7 +12,6 @@
#include <LibWeb/DOM/Text.h>
#include <LibWeb/HTML/BrowsingContext.h>
#include <LibWeb/Layout/InitialContainingBlock.h>
#include <LibWeb/Layout/LayoutPosition.h>
#include <LibWeb/Page/EditEventHandler.h>
namespace Web {