[project @ 2004-03-13 13:03:01 by bursa]

Disable clean_cookiejar() due to reliability problems.

svn path=/import/netsurf/; revision=612
This commit is contained in:
James Bursa 2004-03-13 13:03:01 +00:00
parent cdb5b9dcac
commit 5a7d38ea9f
3 changed files with 0 additions and 9 deletions

View File

@ -87,8 +87,5 @@ void netsurf_exit(void)
{ {
cache_quit(); cache_quit();
fetch_quit(); fetch_quit();
#ifdef WITH_COOKIES
clean_cookiejar();
#endif
gui_quit(); gui_quit();
} }

View File

@ -525,9 +525,6 @@ void ro_gui_close_window_request(wimp_close *close)
, true , true
#endif #endif
); );
#ifdef WITH_COOKIES
clean_cookiejar();
#endif
} else } else
ro_gui_dialog_close(close->w); ro_gui_dialog_close(close->w);
} }

View File

@ -735,9 +735,6 @@ bool ro_gui_window_keypress(gui_window *g, int key, bool toolbar)
, true , true
#endif #endif
); );
#ifdef WITH_COOKIES
clean_cookiejar();
#endif
return true; return true;
#ifdef WITH_SAVE_COMPLETE #ifdef WITH_SAVE_COMPLETE
case wimp_KEY_SHIFT + wimp_KEY_F3: case wimp_KEY_SHIFT + wimp_KEY_F3: