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(); } diff --git a/riscos/gui.c b/riscos/gui.c index 1f0e70e12..f35f90832 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -525,9 +525,6 @@ void ro_gui_close_window_request(wimp_close *close) , true #endif ); -#ifdef WITH_COOKIES - clean_cookiejar(); -#endif } else ro_gui_dialog_close(close->w); } diff --git a/riscos/window.c b/riscos/window.c index fb41e834f..2196fa054 100644 --- a/riscos/window.c +++ b/riscos/window.c @@ -735,9 +735,6 @@ bool ro_gui_window_keypress(gui_window *g, int key, bool toolbar) , true #endif ); -#ifdef WITH_COOKIES - clean_cookiejar(); -#endif return true; #ifdef WITH_SAVE_COMPLETE case wimp_KEY_SHIFT + wimp_KEY_F3: