1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:37:45 +00:00

LibWeb: Remove WRAPPER_HACK() macro

We no longer access Bindings::FooWrapper anywhere for a Foo platform
object, so these can be removed :^)
This commit is contained in:
Linus Groh 2022-09-21 17:45:36 +01:00
parent 6055b0e850
commit 4270ede7c4
196 changed files with 0 additions and 394 deletions

View file

@ -25,5 +25,3 @@ public:
};
}
WRAPPER_HACK(FocusEvent, Web::UIEvents)

View file

@ -70,5 +70,3 @@ private:
};
}
WRAPPER_HACK(KeyboardEvent, Web::UIEvents)

View file

@ -56,5 +56,3 @@ private:
};
}
WRAPPER_HACK(MouseEvent, Web::UIEvents)

View file

@ -48,5 +48,3 @@ protected:
};
}
WRAPPER_HACK(UIEvent, Web::UIEvents)