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

LibWebView: Remove now-unused PropertyTableModel

This commit is contained in:
Timothy Flynn 2023-11-27 16:45:03 -05:00 committed by Andreas Kling
parent 5fcb3dfb2c
commit 6eadf4a778
5 changed files with 0 additions and 165 deletions

View file

@ -121,7 +121,6 @@ shared_library("LibWebView") {
"Database.cpp",
"History.cpp",
"InspectorClient.cpp",
"PropertyTableModel.cpp",
"RequestServerAdapter.cpp",
"SearchEngine.cpp",
"SourceHighlighter.cpp",