summaryrefslogtreecommitdiff
path: root/content/handlers/html/box.h
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2021-02-09 19:04:52 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2021-02-09 20:36:52 +0000
commit839fb8570a4fb8a31a76605b4614e7384d60f039 (patch)
treefd43359404d2f1711d487accd160de2ff0962f57 /content/handlers/html/box.h
parentdcec1d0cd58343f64d4dd0b7d52e2c5d6193dfe8 (diff)
downloadnetsurf-839fb8570a4fb8a31a76605b4614e7384d60f039.tar.gz
netsurf-839fb8570a4fb8a31a76605b4614e7384d60f039.tar.bz2
layout: Add counting for list items to layout.
Diffstat (limited to 'content/handlers/html/box.h')
-rw-r--r--content/handlers/html/box.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/handlers/html/box.h b/content/handlers/html/box.h
index d0df73568..a193d3c2a 100644
--- a/content/handlers/html/box.h
+++ b/content/handlers/html/box.h
@@ -404,7 +404,6 @@ struct box {
*/
struct column *col;
-
/**
* List marker box if this is a list-item, or NULL.
*/