1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:57:35 +00:00

LibWebView+Ladybird: Remove now-unused WebView TreeModel

This was used to provided base functionality for model-based chromes for
viewing the DOM and accessibility trees. All chromes now use the WebView
inspector model for those trees, thus this class is unused.
This commit is contained in:
Timothy Flynn 2023-11-23 20:08:07 -05:00 committed by Andreas Kling
parent 84c4eef565
commit c03b69e664
6 changed files with 0 additions and 333 deletions

View file

@ -125,7 +125,6 @@ shared_library("LibWebView") {
"RequestServerAdapter.cpp",
"SearchEngine.cpp",
"SourceHighlighter.cpp",
"TreeModel.cpp",
"URL.cpp",
"UserAgent.cpp",
"ViewImplementation.cpp",