summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
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();
}