1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 14:05:09 +00:00

LibWeb: Remove unused HTML::parse_html_document()

This commit is contained in:
Andreas Kling 2022-04-06 14:48:20 +02:00
parent 0eae88f613
commit 1956c52c68
2 changed files with 0 additions and 10 deletions

View file

@ -39,8 +39,6 @@ namespace Web::HTML {
__ENUMERATE_INSERTION_MODE(AfterAfterBody) \
__ENUMERATE_INSERTION_MODE(AfterAfterFrameset)
RefPtr<DOM::Document> parse_html_document(StringView, const AK::URL&, String const& encoding);
class HTMLParser : public RefCounted<HTMLParser> {
friend class HTMLTokenizer;