aboutsummaryrefslogtreecommitdiff
path: root/include/HtmlParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/HtmlParser.h')
-rw-r--r--include/HtmlParser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/HtmlParser.h b/include/HtmlParser.h
index fc3ff3a..45dc1e1 100644
--- a/include/HtmlParser.h
+++ b/include/HtmlParser.h
@@ -38,7 +38,6 @@ struct HtmlParser {
HtmlStringView attribute_key;
HtmlStringView attribute_value;
HtmlStringView text;
- /* Only used when parse_type is HTML_PARSE_TEXT */
HtmlStringView text_stripped;
int is_tag_void;