summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/render/box.h b/render/box.h
index 3e1b24182..8f55459ac 100644
--- a/render/box.h
+++ b/render/box.h
@@ -166,12 +166,8 @@ struct box {
/** Text is followed by a space. */
unsigned int space : 1;
/** This box is a continuation of the previous box (eg from line
- * breaking). gadget, href, title, col and style are shared with the
- * previous box, and must not be freed when this box is destroyed. */
+ * breaking). */
unsigned int clone : 1;
- /** style is shared with some other box, and must not be freed when
- * this box is destroyed. */
- unsigned int style_clone : 1;
char *href; /**< Link, or 0. */
char *title; /**< Title, or 0. */