1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:17: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

@ -10,7 +10,6 @@
namespace WebView {
class ConsoleClient;
class CookieJar;
class Database;
class History;