1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:17:45 +00:00

LibWeb: Delete CSSLoader

All CSS loading is now done by the relevant classes:
- CSSImportRule, which loads its linked stylesheet
- HTMLStyleElement, which "loads" its contents
- HTMLLinkElement, which loads its linked stylesheet
This commit is contained in:
Sam Atkins 2021-11-18 19:26:40 +00:00 committed by Andreas Kling
parent 60867703c0
commit d106f20a73
3 changed files with 0 additions and 117 deletions

View file

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