summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-02-20 13:18:21 +0000
committerJames Bursa <james@netsurf-browser.org>2005-02-20 13:18:21 +0000
commit1a52a32e5d5ccf78639c268cc660d8d8b0d98092 (patch)
treeb2c2a416420eb006f8078afadde1d00380ea693c /render/box.h
parent51c5143a80d073866a74d133e26beb8b9d69bd11 (diff)
downloadnetsurf-1a52a32e5d5ccf78639c268cc660d8d8b0d98092.tar.gz
netsurf-1a52a32e5d5ccf78639c268cc660d8d8b0d98092.tar.bz2
[project @ 2005-02-20 13:18:21 by bursa]
Font rewrite, part 2. svn path=/import/netsurf/; revision=1518
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/render/box.h b/render/box.h
index 048c566dd..2bcc519f8 100644
--- a/render/box.h
+++ b/render/box.h
@@ -82,7 +82,6 @@
struct box;
struct column;
struct css_style;
-struct font_data;
/** Type of a struct box. */
@@ -197,8 +196,6 @@ struct box {
struct column *col; /**< Array of table column data for TABLE only. */
- struct font_data *font; /**< Font, or 0 if no text. */
-
/** Form control data, or 0 if not a form control. */
struct form_control* gadget;