1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:37:34 +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

@ -34,5 +34,3 @@ private:
};
}
WRAPPER_HACK(DOMPoint, Web::Geometry)

View file

@ -36,5 +36,3 @@ protected:
};
}
WRAPPER_HACK(DOMPointReadOnly, Web::Geometry)

View file

@ -35,5 +35,3 @@ private:
};
}
WRAPPER_HACK(DOMRect, Web::Geometry)

View file

@ -34,5 +34,3 @@ private:
};
}
WRAPPER_HACK(DOMRectList, Web::Geometry)

View file

@ -37,5 +37,3 @@ protected:
Gfx::FloatRect m_rect;
};
}
WRAPPER_HACK(DOMRectReadOnly, Web::Geometry)