1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 18:27:36 +00:00

LibWeb: Remove now-unused Bindings::Wrapper class

This commit is contained in:
Andreas Kling 2022-09-04 17:09:45 +02:00
parent 3768743a0a
commit 39660a8680
8 changed files with 1 additions and 48 deletions

View file

@ -17,7 +17,6 @@ set(SOURCES
Bindings/PlatformObject.cpp
Bindings/WindowConstructor.cpp
Bindings/WindowProxy.cpp
Bindings/Wrapper.cpp
Crypto/Crypto.cpp
Crypto/SubtleCrypto.cpp
CSS/Angle.cpp