summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-09-06 13:54:21 +0200
committerAndreas Kling <kling@serenityos.org>2022-09-06 13:54:49 +0200
commit43f87c67f2a2d55f0b4dc8b088ef0882270e0c57 (patch)
treee1c6955fd4b44fa8e6d59df186193e26a01c244c /Userland/Services/WebContent
parent1ab510c4bbf66d4ca9d5ec3f3ad285249c4bc3ea (diff)
downloadserenity-43f87c67f2a2d55f0b4dc8b088ef0882270e0c57.zip
LibWeb: Remove unused WindowObject.h
Diffstat (limited to 'Userland/Services/WebContent')
-rw-r--r--Userland/Services/WebContent/ConsoleGlobalObject.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Userland/Services/WebContent/ConsoleGlobalObject.h b/Userland/Services/WebContent/ConsoleGlobalObject.h
index 10e14b1cf9..8a875ae5d4 100644
--- a/Userland/Services/WebContent/ConsoleGlobalObject.h
+++ b/Userland/Services/WebContent/ConsoleGlobalObject.h
@@ -11,10 +11,6 @@
#include <LibJS/Runtime/GlobalObject.h>
#include <LibWeb/HTML/Window.h>
-namespace Web::Bindings {
-class WindowObject;
-}
-
namespace WebContent {
class ConsoleGlobalObject final : public JS::GlobalObject {