From 3049f37e24a344969177a301a9efb285f487410f Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 3 Oct 2011 20:38:23 +0000 Subject: Parallelise object fetches svn path=/trunk/netsurf/; revision=12934 --- render/html.h | 1 - 1 file changed, 1 deletion(-) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index 81e18d48e..a8f163574 100644 --- a/render/html.h +++ b/render/html.h @@ -78,7 +78,6 @@ struct content_html_object { struct content *parent; /**< Parent document */ struct content_html_object *next; /**< Next in chain */ - nsurl *url; /**< URL of content */ struct hlcache_handle *content; /**< Content, or 0. */ struct box *box; /**< Node in box tree containing it. */ /** Bitmap of acceptable content types */ -- cgit v1.2.3