mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:57:35 +00:00
LibWeb: Remove ImageLoader and ImageResource
The old image loading mechanism is no longer used, as everything has been moved on top of HTML::ImageRequest! :^)
This commit is contained in:
parent
a553fe055b
commit
2ebb3639aa
7 changed files with 0 additions and 465 deletions
|
@ -431,8 +431,6 @@ set(SOURCES
|
|||
Loader/ContentFilter.cpp
|
||||
Loader/FileRequest.cpp
|
||||
Loader/FrameLoader.cpp
|
||||
Loader/ImageLoader.cpp
|
||||
Loader/ImageResource.cpp
|
||||
Loader/LoadRequest.cpp
|
||||
Loader/ProxyMappings.cpp
|
||||
Loader/Resource.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue