1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-29 17:25:10 +00:00

LibWeb/Bindings: Remove now unused REPLACEABLE_PROPERTY_SETTER() macro

This commit is contained in:
Linus Groh 2023-03-07 18:58:02 +00:00
parent 351e5ca917
commit d4d49e00a2
2 changed files with 0 additions and 16 deletions

View file

@ -21,7 +21,6 @@
#include <LibTextCodec/Decoder.h>
#include <LibWeb/Bindings/CSSNamespace.h>
#include <LibWeb/Bindings/ExceptionOrUtils.h>
#include <LibWeb/Bindings/Replaceable.h>
#include <LibWeb/Bindings/WindowExposedInterfaces.h>
#include <LibWeb/Bindings/WindowPrototype.h>
#include <LibWeb/CSS/MediaQueryList.h>