diff options
author | Andreas Kling <kling@serenityos.org> | 2022-09-06 13:54:21 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-09-06 13:54:49 +0200 |
commit | 43f87c67f2a2d55f0b4dc8b088ef0882270e0c57 (patch) | |
tree | e1c6955fd4b44fa8e6d59df186193e26a01c244c /Userland/Services/WebContent | |
parent | 1ab510c4bbf66d4ca9d5ec3f3ad285249c4bc3ea (diff) | |
download | serenity-43f87c67f2a2d55f0b4dc8b088ef0882270e0c57.zip |
LibWeb: Remove unused WindowObject.h
Diffstat (limited to 'Userland/Services/WebContent')
-rw-r--r-- | Userland/Services/WebContent/ConsoleGlobalObject.h | 4 |
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 { |