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
commit c03b69e664
Notes: sideshowbarker 2024-07-16 22:11:09 +09:00
6 changed files with 0 additions and 333 deletions

View file

@ -10,7 +10,6 @@ set(SOURCES
RequestServerAdapter.cpp
SearchEngine.cpp
SourceHighlighter.cpp
TreeModel.cpp
URL.cpp
UserAgent.cpp
ViewImplementation.cpp