1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:57:44 +00:00

LibWebView: Remove the now-unused ConsoleClient

It is superseded by the Inspector's console.
This commit is contained in:
Timothy Flynn 2023-12-01 07:15:45 -05:00 committed by Andreas Kling
parent dc04385465
commit d6df13af6a
5 changed files with 0 additions and 299 deletions

View file

@ -116,7 +116,6 @@ shared_library("LibWebView") {
"//Userland/Libraries/LibWeb",
]
sources = [
"ConsoleClient.cpp",
"CookieJar.cpp",
"Database.cpp",
"History.cpp",