LibWeb: Remove unused LoadRequest facilities

We could probably do with removing LoadRequest altogether. But this just
removes unused methods for now to make an upcoming HTTP header change a
bit simpler.
This commit is contained in:
Timothy Flynn 2025-11-24 10:13:09 -05:00 committed by Tim Flynn
parent 1f5ffe04c8
commit 556364fd76
Notes: github-actions[bot] 2025-11-26 14:16:44 +00:00
3 changed files with 1 additions and 84 deletions

View file

@ -758,7 +758,6 @@ set(SOURCES
Loader/ContentFilter.cpp
Loader/FileRequest.cpp
Loader/GeneratedPagesLoader.cpp
Loader/LoadRequest.cpp
Loader/ProxyMappings.cpp
Loader/ResourceLoader.cpp
MathML/AttributeNames.cpp