summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-10-03 20:38:23 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-10-03 20:38:23 +0000
commit3049f37e24a344969177a301a9efb285f487410f (patch)
treec5c1db411702bec312aaaa8e339daf41f8e2d6ae /render/html.h
parent898b01e72163a53aac3a93bda5181b5897299cb1 (diff)
downloadnetsurf-3049f37e24a344969177a301a9efb285f487410f.tar.gz
netsurf-3049f37e24a344969177a301a9efb285f487410f.tar.bz2
Parallelise object fetches
svn path=/trunk/netsurf/; revision=12934
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h1
1 files changed, 0 insertions, 1 deletions
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 */