summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-03-13 13:03:01 +0000
committerJames Bursa <james@netsurf-browser.org>2004-03-13 13:03:01 +0000
commit5a7d38ea9f6013a2a76465dfb4378827eed76b76 (patch)
tree55fc212bb01d7bfc9cd5e0a6c516bca98024b12f /desktop/netsurf.c
parentcdb5b9dcaca4a0edb0c26cfc9993e23d4dfb8952 (diff)
downloadnetsurf-5a7d38ea9f6013a2a76465dfb4378827eed76b76.tar.gz
netsurf-5a7d38ea9f6013a2a76465dfb4378827eed76b76.tar.bz2
[project @ 2004-03-13 13:03:01 by bursa]
Disable clean_cookiejar() due to reliability problems. svn path=/import/netsurf/; revision=612
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 02a29c3f5..c34073503 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -87,8 +87,5 @@ void netsurf_exit(void)
{
cache_quit();
fetch_quit();
-#ifdef WITH_COOKIES
- clean_cookiejar();
-#endif
gui_quit();
}