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:
parent
ac8fe3d062
commit
99acbbe86b
2 changed files with 0 additions and 17 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue