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:
parent
0eae88f613
commit
1956c52c68
2 changed files with 0 additions and 10 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue