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:
parent
aa118642aa
commit
291dbff2e1
5 changed files with 0 additions and 193 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue