summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-02-02 13:54:48 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-02-02 13:54:48 +0000
commitf1c7c7f072a18d56005075550a11d10259a43c45 (patch)
treed2ca4e7d43758c71439f16b0ab0e444cf254b6e6 /render/box.h
parent3cffe17cc79fa4bf6d755b88157d6d24355bb4c2 (diff)
downloadnetsurf-f1c7c7f072a18d56005075550a11d10259a43c45.tar.gz
netsurf-f1c7c7f072a18d56005075550a11d10259a43c45.tar.bz2
Remove unused line_height stuff for now.
svn path=/trunk/netsurf/; revision=6354
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h1
1 files changed, 0 insertions, 1 deletions
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