summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-02-25 19:14:38 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-02-25 19:14:38 +0000
commitd9280e8d72fceceff632b98ab400c9979eec0965 (patch)
tree059285dbd97bfff10f51dd0f800e757ecdc1f7ad /render/box.h
parentc419e726b19aa838f119c3d35fe31c237bf27ae1 (diff)
downloadnetsurf-d9280e8d72fceceff632b98ab400c9979eec0965.tar.gz
netsurf-d9280e8d72fceceff632b98ab400c9979eec0965.tar.bz2
Fix bug #2076786: do not apply fallback content to failed objects
svn path=/trunk/netsurf/; revision=11797
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 7cde3728f..b4151ca3b 100644
--- a/render/box.h
+++ b/render/box.h
@@ -212,7 +212,6 @@ struct box {
struct box *children; /**< First child box, or 0. */
struct box *last; /**< Last child box, or 0. */
struct box *parent; /**< Parent box, or 0. */
- struct box *fallback; /**< Fallback children for object, or 0. */
/** INLINE_END box corresponding to this INLINE box, or INLINE box
* corresponding to this INLINE_END box. */
struct box *inline_end;