From b4723c1d05819d4e47fc59254f5ad8c9d6d62db3 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 21 Jun 2004 15:09:59 +0000 Subject: [project @ 2004-06-21 15:09:58 by bursa] Merge memory cache into content module. svn path=/import/netsurf/; revision=986 --- desktop/netsurf.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'desktop/netsurf.c') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index d04d35621..55020354f 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -11,7 +11,6 @@ #include #include #include "netsurf/utils/config.h" -#include "netsurf/content/cache.h" #include "netsurf/content/fetch.h" #include "netsurf/content/fetchcache.h" #include "netsurf/desktop/options.h" @@ -72,7 +71,6 @@ void netsurf_init(int argc, char** argv) gui_init(argc, argv); setlocale(LC_ALL, ""); fetch_init(); - cache_init(); fetchcache_init(); url_init(); } @@ -96,7 +94,6 @@ void netsurf_poll(void) void netsurf_exit(void) { - cache_quit(); fetch_quit(); gui_quit(); } -- cgit v1.2.3