1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:27:35 +00:00

LibWeb: Remove unused Document::fixup()

This was some naive fixup mechanism we used before implementing a spec
compliant HTML parser.
This commit is contained in:
Andreas Kling 2020-10-11 21:24:14 +02:00
parent ac8fe3d062
commit 99acbbe86b
2 changed files with 0 additions and 17 deletions

View file

@ -69,8 +69,6 @@ public:
URL complete_url(const String&) const;
void fixup();
CSS::StyleResolver& style_resolver() { return *m_style_resolver; }
const CSS::StyleResolver& style_resolver() const { return *m_style_resolver; }