1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:37:44 +00:00

LibWeb: Remove unused WindowObject.h

This commit is contained in:
Andreas Kling 2022-09-06 13:54:21 +02:00
parent 1ab510c4bb
commit 43f87c67f2
2 changed files with 0 additions and 42 deletions

View file

@ -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 {