summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-04-09 09:52:52 +0000
committerJames Bursa <james@netsurf-browser.org>2005-04-09 09:52:52 +0000
commit10fa42cd126db59a7ef4982cae2e56db58c94413 (patch)
treeb9ff64eba23d3d49302113ec01411874e5620dc9 /render/box.h
parent2920bca14adbf145d64754b1ef8e6b888c7995ee (diff)
downloadnetsurf-10fa42cd126db59a7ef4982cae2e56db58c94413.tar.gz
netsurf-10fa42cd126db59a7ef4982cae2e56db58c94413.tar.bz2
[project @ 2005-04-09 09:52:52 by bursa]
Remove obsolete style_clone field from struct box. svn path=/import/netsurf/; revision=1609
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. */