LibWeb: Remove now-unused Bindings::Wrappable class

This commit is contained in:
Andreas Kling 2022-09-04 17:08:11 +02:00
commit 3768743a0a
Notes: sideshowbarker 2024-07-17 07:24:18 +09:00
16 changed files with 0 additions and 77 deletions

View file

@ -8,7 +8,6 @@
#include <AK/URL.h>
#include <AK/Vector.h>
#include <LibWeb/Bindings/Wrappable.h>
#include <LibWeb/DOM/ExceptionOr.h>
namespace Web::URL {