LibWeb: Remove unused HTMLParser function declaration

There is no implementation of this function:
HTMLParser::stack_of_open_elements_has_element_with_tag_name_in_scope
This commit is contained in:
Linus Groh 2022-02-15 18:30:01 +00:00 committed by Andreas Kling
parent f61fb08492
commit 9130ecfd5e
Notes: sideshowbarker 2024-07-17 18:44:38 +09:00

View file

@ -100,7 +100,6 @@ private:
void generate_implied_end_tags(const FlyString& exception = {});
void generate_all_implied_end_tags_thoroughly();
bool stack_of_open_elements_has_element_with_tag_name_in_scope(const FlyString& tag_name);
NonnullRefPtr<DOM::Element> create_element_for(const HTMLToken&, const FlyString& namespace_);
struct AdjustedInsertionLocation {