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:
parent
60867703c0
commit
d106f20a73
3 changed files with 0 additions and 117 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue