mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 00:27:47 +00:00
LibWeb: Remove now-unused Bindings::Wrappable class
This commit is contained in:
parent
b1b5d75ce6
commit
3768743a0a
Notes:
sideshowbarker
2024-07-17 07:24:18 +09:00
Author: https://github.com/awesomekling
Commit: 3768743a0a
Pull-request: https://github.com/SerenityOS/serenity/pull/14816
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/linusg ✅
16 changed files with 0 additions and 77 deletions
|
@ -6,12 +6,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/NonnullRefPtrVector.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <LibWeb/Bindings/LegacyPlatformObject.h>
|
||||
#include <LibWeb/Bindings/Wrappable.h>
|
||||
#include <LibWeb/CSS/CSSStyleSheet.h>
|
||||
#include <LibWeb/Forward.h>
|
||||
|
||||
namespace Web::CSS {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue