From 74ef206f532445a03a9463d4c0a5e0715e9808b4 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 18 Jun 2002 21:24:21 +0000 Subject: [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 --- render/box.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'render/box.h') 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; }; /** -- cgit v1.2.3