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:
parent
84c4eef565
commit
c03b69e664
6 changed files with 0 additions and 333 deletions
|
@ -125,7 +125,6 @@ shared_library("LibWebView") {
|
|||
"RequestServerAdapter.cpp",
|
||||
"SearchEngine.cpp",
|
||||
"SourceHighlighter.cpp",
|
||||
"TreeModel.cpp",
|
||||
"URL.cpp",
|
||||
"UserAgent.cpp",
|
||||
"ViewImplementation.cpp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue