summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2006-06-24 15:44:48 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2006-06-24 15:44:48 +0000
commita63221a624f9cc51e57aa71f0b96c3b4f5a8c262 (patch)
treeb108edd833b709632c5f776b2db053eae94c97a1 /desktop
parentbb91584f7ce3f979a4b7b13b9bfaee2392f09f13 (diff)
downloadnetsurf-a63221a624f9cc51e57aa71f0b96c3b4f5a8c262.tar.gz
netsurf-a63221a624f9cc51e57aa71f0b96c3b4f5a8c262.tar.bz2
Rewrite cookie parser to be more tolerant of junk input
No longer need urldb_init; remove it. svn path=/trunk/netsurf/; revision=2643
Diffstat (limited to 'desktop')
-rw-r--r--desktop/netsurf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 92f8afcd3..606774bf3 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -15,7 +15,6 @@
#include "netsurf/utils/config.h"
#include "netsurf/content/fetch.h"
#include "netsurf/content/fetchcache.h"
-#include "netsurf/content/urldb.h"
#include "netsurf/desktop/netsurf.h"
#include "netsurf/desktop/browser.h"
#include "netsurf/desktop/gui.h"
@@ -78,7 +77,6 @@ void netsurf_init(int argc, char** argv)
lib_init();
url_init();
- urldb_init();
gui_init(argc, argv);
setlocale(LC_ALL, "");
fetch_init();