diff options
author | bptato <nincsnevem662@gmail.com> | 2021-08-16 22:56:30 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-08-16 22:56:30 +0200 |
commit | 78dae3335dc964c3c57ee1541de6c6c237e36883 (patch) | |
tree | ede323204ccab175312df79d14971fa4c09b68e3 /src/html/parser.nim | |
parent | 2f32d6ed51e14d6871c7be4fd1f8ccdc0455a0bb (diff) | |
download | chawan-78dae3335dc964c3c57ee1541de6c6c237e36883.tar.gz |
Minor changes
Diffstat (limited to 'src/html/parser.nim')
-rw-r--r-- | src/html/parser.nim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/html/parser.nim b/src/html/parser.nim index 6868ec52..8d9c0b6f 100644 --- a/src/html/parser.nim +++ b/src/html/parser.nim @@ -13,12 +13,6 @@ import html/entity type HTMLParseState = object - closed: bool - parents: seq[Node] - parsedNode: Node - a: string - b: string - attrs: seq[string] in_comment: bool in_script: bool in_style: bool |