1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:47:44 +00:00

LibWeb: Remove now-unused Bindings::Wrappable class

This commit is contained in:
Andreas Kling 2022-09-04 17:08:11 +02:00
parent b1b5d75ce6
commit 3768743a0a
16 changed files with 0 additions and 77 deletions

View file

@ -8,7 +8,6 @@
#include <AK/RefCounted.h>
#include <AK/Weakable.h>
#include <LibWeb/Bindings/Wrappable.h>
#include <LibWeb/DOM/EventTarget.h>
#include <LibWeb/Forward.h>