From d9280e8d72fceceff632b98ab400c9979eec0965 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 25 Feb 2011 19:14:38 +0000 Subject: Fix bug #2076786: do not apply fallback content to failed objects svn path=/trunk/netsurf/; revision=11797 --- 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 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; -- cgit v1.2.3