From f1c7c7f072a18d56005075550a11d10259a43c45 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 2 Feb 2009 13:54:48 +0000 Subject: Remove unused line_height stuff for now. svn path=/trunk/netsurf/; revision=6354 --- render/box.h | 1 - 1 file changed, 1 deletion(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index c12e3c343..5d31a198b 100644 --- a/render/box.h +++ b/render/box.h @@ -201,7 +201,6 @@ struct box { * corresponding to this INLINE_END box. */ struct box *inline_end; bool inline_new_line; - int line_height; /** First float child box, or 0. Float boxes are in the tree twice, in * this list for the block box which defines the area for floats, and -- cgit v1.2.3