From e6f311f97c3a5c43217e0f2ff894e0159d9facad Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 31 Dec 2005 04:30:49 +0000 Subject: [project @ 2005-12-31 04:30:49 by rjw] Updates to work with new url_store system. svn path=/import/netsurf/; revision=1909 --- content/fetchcache.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'content') diff --git a/content/fetchcache.c b/content/fetchcache.c index 93c35b2a2..c58d9d34f 100644 --- a/content/fetchcache.c +++ b/content/fetchcache.c @@ -211,7 +211,6 @@ void fetchcache_go(struct content *content, char *referer, void fetchcache_callback(fetch_msg msg, void *p, const char *data, unsigned long size) { - struct url_content *url_content; bool res; struct content *c = p; content_type type; @@ -278,10 +277,6 @@ void fetchcache_callback(fetch_msg msg, void *p, const char *data, break; case FETCH_FINISHED: - url_content = url_store_find(c->url); - if (url_content) - url_content->requests++; - c->fetch = 0; content_set_status(c, messages_get("Converting"), c->source_size); -- cgit v1.2.3