summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-04-10 21:44:45 +0000
committerJames Bursa <james@netsurf-browser.org>2003-04-10 21:44:45 +0000
commit7c94cf8be972d6853cc15f3971bf36fe64b04d92 (patch)
tree08a16a876ed64e7a6067bac89d331f7a2813b33d /render/box.h
parent86faad43886df6311df9398149a632669c5fffe7 (diff)
downloadnetsurf-7c94cf8be972d6853cc15f3971bf36fe64b04d92.tar.gz
netsurf-7c94cf8be972d6853cc15f3971bf36fe64b04d92.tar.bz2
[project @ 2003-04-10 21:44:45 by bursa]
Memory usage cleaning. svn path=/import/netsurf/; revision=121
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 21e80a096..b4972b6d0 100644
--- a/render/box.h
+++ b/render/box.h
@@ -1,5 +1,5 @@
/**
- * $Id: box.h,v 1.22 2003/04/05 21:38:06 bursa Exp $
+ * $Id: box.h,v 1.23 2003/04/10 21:44:45 bursa Exp $
*/
#ifndef _NETSURF_RENDER_BOX_H_
@@ -81,7 +81,6 @@ struct img {
struct box {
box_type type;
- xmlNode * node;
struct css_style * style;
unsigned long x, y, width, height;
unsigned long min_width, max_width;