mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
LibWeb: Remove unused HTML::parse_html_document()
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user