summaryrefslogtreecommitdiff
path: root/render/html.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/html.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/html.h')
-rw-r--r--render/html.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/render/html.h b/render/html.h
index a5b9a0fe6..e57f08b07 100644
--- a/render/html.h
+++ b/render/html.h
@@ -71,8 +71,6 @@ struct content_html_data {
struct content **stylesheet_content;
struct css_style *style; /**< Base style. */
- struct font_set *fonts; /**< Set of fonts. */
-
/** Number of entries in object. */
unsigned int object_count;
/** Objects. Each may be 0. */