From d5bb9d98e7f98f0c3d706197231d58c4369d6b56 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 5 Oct 2011 08:32:52 +0000 Subject: Build resource: map at start time Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949 --- content/fetch.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'content/fetch.c') diff --git a/content/fetch.c b/content/fetch.c index 3508b78cf..e6b36f341 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -107,8 +107,6 @@ static lwc_string *fetch_https_lwc; /** * Initialise the fetcher. - * - * Must be called once before any other function. */ void fetch_init(void) -- cgit v1.2.3