summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2002-06-18 21:24:21 +0000
committerJames Bursa <james@netsurf-browser.org>2002-06-18 21:24:21 +0000
commit74ef206f532445a03a9463d4c0a5e0715e9808b4 (patch)
treee66380bb885014983388486e62785321a02d65de /render/box.h
parentce0d001eb13221644242270985975e967a32b297 (diff)
downloadnetsurf-74ef206f532445a03a9463d4c0a5e0715e9808b4.tar.gz
netsurf-74ef206f532445a03a9463d4c0a5e0715e9808b4.tar.bz2
[project @ 2002-06-18 21:24:21 by bursa]
Improved inline and float layout, new CSS properties, better debug output. svn path=/import/netsurf/; revision=20
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/render/box.h b/render/box.h
index 9140fd9ed..0aa8e56f3 100644
--- a/render/box.h
+++ b/render/box.h
@@ -1,5 +1,5 @@
/**
- * $Id: box.h,v 1.2 2002/05/27 23:21:11 bursa Exp $
+ * $Id: box.h,v 1.3 2002/06/18 21:24:21 bursa Exp $
*/
/**
@@ -20,7 +20,6 @@ struct box {
struct box * parent;
struct box * float_children;
struct box * next_float;
- font_id font;
};
/**