1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:07:34 +00:00

LibWeb: Remove the unused LayoutTreeModel

If we want to bring back this functionality, we'll have to rewrite it
for multi-process mode anyway.
This commit is contained in:
Andreas Kling 2021-09-18 16:46:55 +02:00
parent aa118642aa
commit 291dbff2e1
5 changed files with 0 additions and 193 deletions

View file

@ -35,7 +35,6 @@ private:
RefPtr<Web::OutOfProcessWebView> m_web_view;
RefPtr<GUI::TreeView> m_dom_tree_view;
RefPtr<GUI::TreeView> m_layout_tree_view;
RefPtr<GUI::TableView> m_style_table_view;
RefPtr<GUI::TableView> m_computed_style_table_view;