Skip to content

Commit d6df13a

Browse files
trflynn89awesomekling
authored andcommitted
LibWebView: Remove the now-unused ConsoleClient
It is superseded by the Inspector's console.
1 parent dc04385 commit d6df13a

File tree

5 files changed

+0
-299
lines changed

5 files changed

+0
-299
lines changed

Meta/gn/secondary/Userland/Libraries/LibWebView/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ shared_library("LibWebView") {
116116
"//Userland/Libraries/LibWeb",
117117
]
118118
sources = [
119-
"ConsoleClient.cpp",
120119
"CookieJar.cpp",
121120
"Database.cpp",
122121
"History.cpp",

Userland/Libraries/LibWebView/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
include(${SerenityOS_SOURCE_DIR}/Meta/CMake/public_suffix.cmake)
22

33
set(SOURCES
4-
ConsoleClient.cpp
54
CookieJar.cpp
65
Database.cpp
76
History.cpp

Userland/Libraries/LibWebView/ConsoleClient.cpp

Lines changed: 0 additions & 234 deletions
This file was deleted.

Userland/Libraries/LibWebView/ConsoleClient.h

Lines changed: 0 additions & 62 deletions
This file was deleted.

Userland/Libraries/LibWebView/Forward.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
namespace WebView {
1212

13-
class ConsoleClient;
1413
class CookieJar;
1514
class Database;
1615
class History;

0 commit comments

Comments
 (0)