LibWeb: Remove InlinePaintable

It was replaced with PaintableWithLines.
This commit is contained in:
Aliaksandr Kalenik 2024-10-16 02:38:49 +02:00 committed by Alexander Kalenik
commit c097f53875
Notes: github-actions[bot] 2024-10-16 18:26:34 +00:00
17 changed files with 1 additions and 513 deletions

View file

@ -39,7 +39,6 @@
#include <LibWeb/Layout/SVGBox.h>
#include <LibWeb/Layout/TextNode.h>
#include <LibWeb/Layout/Viewport.h>
#include <LibWeb/Painting/InlinePaintable.h>
#include <LibWeb/Painting/PaintableBox.h>
#include <LibWeb/Painting/TextPaintable.h>
#include <LibWeb/SVG/SVGDecodedImageData.h>